fix a link error on church, due to Antlr #defining "true" and "false" :-( --for now...
authorMorgan Deters <mdeters@gmail.com>
Thu, 28 Jun 2012 09:42:09 +0000 (09:42 +0000)
committerMorgan Deters <mdeters@gmail.com>
Thu, 28 Jun 2012 09:42:09 +0000 (09:42 +0000)
src/parser/tptp/tptp.cpp

index 065c628241d8c2d2ea639c9e6f44751688663e78..ab7ce5422e8e0fe46ce9cec1b1114578080b282b 100644 (file)
 #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 {