gclib/macros.h
changeset 0 c2f4c0285180
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gclib/macros.h	Tue Jan 24 23:54:05 2012 +0000
     1.3 @@ -0,0 +1,7 @@
     1.4 +#ifndef FALSE
     1.5 +#define FALSE	0
     1.6 +#endif
     1.7 +
     1.8 +#ifndef TRUE
     1.9 +#define TRUE	(!FALSE)
    1.10 +#endif