Commit d8ac0bd7 authored by Jack Jansen's avatar Jack Jansen

Undefine TRUE and FALSE before redefining them.

parent fc5a0733
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment