summaryrefslogtreecommitdiff
path: root/src/util/output.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/output.cpp')
-rw-r--r--src/util/output.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/output.cpp b/src/util/output.cpp
index 05c74918c..b42fc77be 100644
--- a/src/util/output.cpp
+++ b/src/util/output.cpp
@@ -20,6 +20,8 @@
namespace CVC4 {
+/* Definitions of the declared globals from output.h... */
+
null_streambuf null_sb;
std::ostream null_os(&null_sb);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback