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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/cvc4parser_private.h b/src/include/cvc4parser_private.h
index dd56c4e1d..c107c4f56 100644
--- a/src/include/cvc4parser_private.h
+++ b/src/include/cvc4parser_private.h
@@ -20,12 +20,12 @@
#define __CVC4PARSER_PRIVATE_H
#if ! (defined(__BUILDING_CVC4PARSERLIB) || defined(__BUILDING_CVC4PARSERLIB_UNIT_TEST))
-# warning A private CVC4 parser header was included when not building the parser library or private unit test code.
+# error A private CVC4 parser header was included when not building the parser library or private unit test code.
#endif /* ! (__BUILDING_CVC4PARSERLIB || __BUILDING_CVC4PARSERLIB_UNIT_TEST) */
#include "cvc4parser_public.h"
-// It would be nice to #include this here, but there are conflicts with
-// antlr3's autoheader stuff, which they export :(
+// It would be nice to #include "cvc4autoconfig.h" here, but there are conflicts
+// with antlr3's autoheader stuff, which they export :(
//
// #include "cvc4autoconfig.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback