mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 18:01:15 +00:00
[qfcc] Remove unsigned define
I had forgotten that qfcc supports the keyword, just not the type yet.
This commit is contained in:
parent
52dcb0a6e2
commit
513bb868fc
2 changed files with 4 additions and 6 deletions
|
@ -9,9 +9,8 @@ typedef enum {
|
|||
|
||||
#ifdef __QFCC__
|
||||
|
||||
//FIXME add unsigned to qfcc
|
||||
#ifndef unsigned
|
||||
#define unsigned int
|
||||
//FIXME finish unsigned in qfcc
|
||||
#ifndef umax
|
||||
#define umax 0x7fffffff
|
||||
#endif
|
||||
|
||||
|
|
|
@ -4,9 +4,8 @@
|
|||
#ifdef __QFCC__
|
||||
#include <Object.h>
|
||||
|
||||
//FIXME add unsigned to qfcc
|
||||
#ifndef unsigned
|
||||
#define unsigned int
|
||||
//FIXME finish unsigned in qfcc
|
||||
#ifndef umax
|
||||
#define umax 0x7fffffff
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue