summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-09-28 19:20:02 +0000
committerMorgan Deters <mdeters@gmail.com>2012-09-28 19:20:02 +0000
commitb5178b5e0e520c388d45918fed8cf874d1b61280 (patch)
tree4e6e7768064ef8f526107127fceda51b21aa0cae /src/include
parent6a3a0b0a60fd29d67f013b2150ba47d401a3e39c (diff)
some fixes to build system
(this commit was certified error- and warning-free by the test-and-commit script.)
Diffstat (limited to 'src/include')
-rw-r--r--src/include/cvc4_private.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/cvc4_private.h b/src/include/cvc4_private.h
index c97398e1e..e41a13979 100644
--- a/src/include/cvc4_private.h
+++ b/src/include/cvc4_private.h
@@ -25,6 +25,10 @@
# warning A private CVC4 header was included when not building the library or private unit test code.
#endif /* ! (__BUILDING_CVC4LIB || __BUILDING_CVC4LIB_UNIT_TEST) */
+#ifdef __BUILDING_STATISTICS_FOR_EXPORT
+# warning A private CVC4 header was included when building a library for export.
+#endif /* __BUILDING_STATISTICS_FOR_EXPORT */
+
#include "cvc4_public.h"
#include "cvc4autoconfig.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback