diff -r 000000000000 -r ec364358631b gclib/macros.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gclib/macros.h Thu Jan 26 23:35:52 2012 +0000 @@ -0,0 +1,7 @@ +#ifndef FALSE +#define FALSE 0 +#endif + +#ifndef TRUE +#define TRUE (!FALSE) +#endif