clean out refs to FALSE: bug 63834 r=bryner sr=brendan
git-svn-id: svn://10.0.0.236/trunk@85549 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user