summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/replacements.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/replacements.h b/src/lib/replacements.h
index 309c8f5b6..a0a9475f4 100644
--- a/src/lib/replacements.h
+++ b/src/lib/replacements.h
@@ -27,7 +27,7 @@
# if defined(__BUILDING_CVC4PARSERLIB) || defined(__BUILDING_CVC4PARSERLIB_UNIT_TEST)
# include "cvc4parser_private.h"
# else
-# if defined(__BUILDING_CVC4DRIVER __BUILDING_CVC4_SYSTEM_TEST)
+# if defined(__BUILDING_CVC4DRIVER) || defined(__BUILDING_CVC4_SYSTEM_TEST)
# include "cvc4autoconfig.h"
# else
# error Must be building libcvc4 or libcvc4parser to use replacement functions. This is because replacement function headers should never be publicly-depended upon, as they should not be installed on user machines with 'make install'.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback