summaryrefslogtreecommitdiff
path: root/src/include/cvc4parser_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/cvc4parser_private.h')
-rw-r--r--src/include/cvc4parser_private.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/cvc4parser_private.h b/src/include/cvc4parser_private.h
index 6704daca2..5960b5c61 100644
--- a/src/include/cvc4parser_private.h
+++ b/src/include/cvc4parser_private.h
@@ -22,6 +22,9 @@
#endif /* ! (__BUILDING_CVC4PARSERLIB || __BUILDING_CVC4PARSERLIB_UNIT_TEST) */
#include "cvc4parser_public.h"
-#include "cvc4autoconfig.h"
+// It would be nice to #include this here, but there are conflicts with
+// antlr3's autoheader stuff, which they export :(
+//
+// #include "cvc4autoconfig.h"
#endif /* __CVC4PARSER_PRIVATE_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback