From c241cf3bef737a58162868d51a2c773c5af5abbf Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Tue, 20 Sep 2011 14:58:30 +0000 Subject: Merge from "swig" branch: language binding for Java is compiling and linking. Enable with --enable-language-bindings=java --- src/util/output.i | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/util/output.i (limited to 'src/util/output.i') diff --git a/src/util/output.i b/src/util/output.i new file mode 100644 index 000000000..c2729203a --- /dev/null +++ b/src/util/output.i @@ -0,0 +1,10 @@ +%{ +#include "util/output.h" +%} + +%import "util/output.h" + +%feature("valuewrapper") CVC4::null_streambuf; +%feature("valuewrapper") std::ostream; + +%include "util/output.h" -- cgit v1.2.3