Undefine TRUE and FALSE before redefining them.

This commit is contained in:
Jack Jansen 2002-06-26 20:40:42 +00:00
parent e739a0dbe9
commit 3a96702b2b

View file

@ -76,7 +76,9 @@ LONG Long (unbounded) integer; repr(i), then newline.
#define TUPLE 't'
#define EMPTY_TUPLE ')'
#define SETITEMS 'u'
#undef TRUE
#define TRUE "I01\n"
#undef FALSE
#define FALSE "I00\n"