summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2009-12-09 23:14:40 +0000
committerMorgan Deters <mdeters@gmail.com>2009-12-09 23:14:40 +0000
commit2f121daa042c6f25a3f9ed8ece60ac5dccb11976 (patch)
tree58ee28d73e8638b100abe09e961bc3dbdf9d79d9 /src/include
parentd697d1e91be226339a28bd7e8dce3862901cba8a (diff)
some fixes and organizational adjustments to assert code, parsers/lexers, and build process
Diffstat (limited to 'src/include')
-rw-r--r--src/include/cvc4_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/cvc4_config.h b/src/include/cvc4_config.h
index 95fac9aaa..a42ae28fb 100644
--- a/src/include/cvc4_config.h
+++ b/src/include/cvc4_config.h
@@ -34,3 +34,4 @@
#define EXPECT_TRUE(x) __builtin_expect( (x), true)
#define EXPECT_FALSE(x) __builtin_expect( (x), false)
+#define NORETURN __attribute__ ((noreturn))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback