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:
jgmyers%netscape.com
2001-01-26 02:40:12 +00:00
parent 0169a67b12
commit 8f3bb95289

View File

@@ -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