summaryrefslogtreecommitdiff
path: root/src/util/integer.h.in
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2011-09-23 23:37:42 +0000
committerMorgan Deters <mdeters@gmail.com>2011-09-23 23:37:42 +0000
commita63064385c56600143ac470108fe8e640a4ca3ee (patch)
tree2b1d13fbd4c05669f873964a5fee0f87cbf1a330 /src/util/integer.h.in
parent5f742fbd0ddb1b7e89bd9f7ce8fd38bed2ebc3db (diff)
interface cleanup, java bindings work
Diffstat (limited to 'src/util/integer.h.in')
-rw-r--r--src/util/integer.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/util/integer.h.in b/src/util/integer.h.in
index b62feb512..b2973081d 100644
--- a/src/util/integer.h.in
+++ b/src/util/integer.h.in
@@ -26,8 +26,14 @@
#ifdef CVC4_CLN_IMP
# include "util/integer_cln_imp.h"
+# if SWIG
+ %include "util/integer_cln_imp.h"
+# endif /* SWIG */
#endif /* CVC4_CLN_IMP */
#ifdef CVC4_GMP_IMP
# include "util/integer_gmp_imp.h"
+# if SWIG
+ %include "util/integer_gmp_imp.h"
+# endif /* SWIG */
#endif /* CVC4_GMP_IMP */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback