cvc4-1.4
cvc4parser_private.h
Go to the documentation of this file.
1/********************* */
19#ifndef __CVC4PARSER_PRIVATE_H
20#define __CVC4PARSER_PRIVATE_H
21
22#if ! (defined(__BUILDING_CVC4PARSERLIB) || defined(__BUILDING_CVC4PARSERLIB_UNIT_TEST))
23# warning A private CVC4 parser header was included when not building the parser library or private unit test code.
24#endif /* ! (__BUILDING_CVC4PARSERLIB || __BUILDING_CVC4PARSERLIB_UNIT_TEST) */
25
26#include "cvc4parser_public.h"
27// It would be nice to #include this here, but there are conflicts with
28// antlr3's autoheader stuff, which they export :(
29//
30// #include "cvc4autoconfig.h"
31
32#endif /* __CVC4PARSER_PRIVATE_H */
Macros that should be defined everywhere during the building of the libraries and driver binary,...