clean out refs to FALSE: bug 63834 r=bryner sr=brendan

This commit is contained in:
jgmyers%netscape.com 2001-01-26 02:40:12 +00:00
Родитель 61a7d5b1fd
Коммит 1b31ea6211
1 изменённых файлов: 0 добавлений и 14 удалений

Просмотреть файл

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