summaryrefslogtreecommitdiff
path: root/src/compat
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-09-28 16:46:13 +0000
committerMorgan Deters <mdeters@gmail.com>2012-09-28 16:46:13 +0000
commitc0c351a89871e0a6881668fa1a8d87349ab8af8e (patch)
tree2fb912cfd9e29b7cbfc2b97f09a5581831168984 /src/compat
parentad0a71e2782bc291ba9f808d24df2e1d8ca1b41e (diff)
* fix compatibility library naming for SMT-LIBv1
* change name of JNI library to "libcvc4jni", which works better with Java's System.loadLibrary(). (this commit was certified error- and warning-free by the test-and-commit script.)
Diffstat (limited to 'src/compat')
-rw-r--r--src/compat/cvc3_compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compat/cvc3_compat.h b/src/compat/cvc3_compat.h
index c140d2994..31d914b58 100644
--- a/src/compat/cvc3_compat.h
+++ b/src/compat/cvc3_compat.h
@@ -472,7 +472,7 @@ public:
typedef CVC4::Statistics Statistics;
#define PRESENTATION_LANG ::CVC4::language::input::LANG_CVC4
-#define SMTLIB_LANG ::CVC4::language::input::LANG_SMTLIB
+#define SMTLIB_LANG ::CVC4::language::input::LANG_SMTLIB_V1
#define SMTLIB_V2_LANG ::CVC4::language::input::LANG_SMTLIB_V2
#define TPTP_LANG ::CVC4::language::input::LANG_TPTP
#define AST_LANG ::CVC4::language::input::LANG_AST
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback