From b5178b5e0e520c388d45918fed8cf874d1b61280 Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Fri, 28 Sep 2012 19:20:02 +0000 Subject: some fixes to build system (this commit was certified error- and warning-free by the test-and-commit script.) --- src/include/cvc4_private.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/include/cvc4_private.h') 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" -- cgit v1.2.3