mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-19 01:10:22 +00:00
clean out refs to FALSE: bug 63834 r=bryner sr=brendan
This commit is contained in:
parent
61a7d5b1fd
commit
1b31ea6211
@ -208,20 +208,6 @@ typedef int (*FARPROC)();
|
||||
#define MAX(a,b) (((a)>(b))?(a):(b))
|
||||
#endif
|
||||
|
||||
#ifndef FALSE
|
||||
#define FALSE 0
|
||||
#endif
|
||||
|
||||
#ifndef TRUE
|
||||
#define TRUE !FALSE
|
||||
#endif
|
||||
|
||||
#define YES 1
|
||||
#define NO 0
|
||||
|
||||
#define ON 1
|
||||
#define OFF 0
|
||||
|
||||
#ifndef nil
|
||||
#define nil 0
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user