summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/parser/tptp/tptp.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/parser/tptp/tptp.cpp b/src/parser/tptp/tptp.cpp
index 065c62824..ab7ce5422 100644
--- a/src/parser/tptp/tptp.cpp
+++ b/src/parser/tptp/tptp.cpp
@@ -22,6 +22,10 @@
#include "parser/tptp/tptp.h"
#include "parser/antlr_input.h"
+// ANTLR defines these, which is really bad!
+#undef true
+#undef false
+
namespace CVC4 {
namespace parser {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback