summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas Hunger <tehunger@gmail.com>2014-03-06 22:37:34 +0000
committerMorgan Deters <mdeters@cs.nyu.edu>2014-03-07 08:43:18 -0500
commitf854915d23418dbbf805db91ba3cde8204846219 (patch)
treec4070a778754d9c228f0e14b304d7a09277f5dec /src
parent2e3595c29c68785c4f61d7ad66006b0f9c20e862 (diff)
Add swig renames for new Z3STR language.
Signed-off-by: Morgan Deters <mdeters@cs.nyu.edu>
Diffstat (limited to 'src')
-rw-r--r--src/util/language.i2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/language.i b/src/util/language.i
index 9823a9205..4cbe01df3 100644
--- a/src/util/language.i
+++ b/src/util/language.i
@@ -24,6 +24,7 @@ namespace CVC4 {
%rename(INPUT_LANG_TPTP) CVC4::language::input::LANG_TPTP;
%rename(INPUT_LANG_CVC4) CVC4::language::input::LANG_CVC4;
%rename(INPUT_LANG_MAX) CVC4::language::input::LANG_MAX;
+%rename(INPUT_LANG_Z3STR) CVC4::language::input::LANG_Z3STR;
%rename(OUTPUT_LANG_AUTO) CVC4::language::output::LANG_AUTO;
%rename(OUTPUT_LANG_SMTLIB_V1) CVC4::language::output::LANG_SMTLIB_V1;
@@ -32,5 +33,6 @@ namespace CVC4 {
%rename(OUTPUT_LANG_CVC4) CVC4::language::output::LANG_CVC4;
%rename(OUTPUT_LANG_AST) CVC4::language::output::LANG_AST;
%rename(OUTPUT_LANG_MAX) CVC4::language::output::LANG_MAX;
+%rename(OUTPUT_LANG_Z3STR) CVC4::language::output::LANG_Z3STR;
%include "util/language.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback