(echo include/cvc4.h; \
echo include/cvc4_public.h; \
echo include/cvc4parser_public.h; \
+ echo util/tls.h; \
+ echo util/integer.h; \
+ echo util/rational.h; \
find * -name '*.h' | \
xargs grep -l '^# *include *"cvc4.*_public\.h"'; \
(cd "$(srcdir)" && find * -name '*.h' | \
-(echo include/cvc4.h; \
echo include/cvc4_public.h; \
echo include/cvc4parser_public.h; \
+ echo util/tls.h; \
+ echo util/integer.h; \
+ echo util/rational.h; \
find * -name '*.h' | \
xargs grep -l '^# *include *"cvc4.*_public\.h"'; \
(cd "$(srcdir)" && find * -name '*.h' | \
(echo include/cvc4.h; \
echo include/cvc4_public.h; \
echo include/cvc4parser_public.h; \
+ echo util/tls.h; \
+ echo util/integer.h; \
+ echo util/rational.h; \
find * -name '*.h.fix' | \
xargs grep -l '^# *include *<cvc4/cvc4.*_public\.h>' | \
sed 's,\.fix$$,,'; \
#ifndef __CVC4__TLS_H
#define __CVC4__TLS_H
-#line 28 "@srcdir@/tls.h.in"
-
// A bit obnoxious: we have to take varargs to support multi-argument
// template types in the threadlocals.
// E.g. "CVC4_THREADLOCAL(hash_set<type, hasher>*)" fails otherwise,