summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>1999-10-27 09:17:45 +0000
committerSimon Tatham <anakin@pobox.com>1999-10-27 09:17:45 +0000
commit2e752e1405aa6a1e3137f804a161f73542ae910b (patch)
tree3f83cb8b0af0faf67ec1c3e6946e9b063c581358
parent9a669d88e29de2f25532688b494580a48f8a31b8 (diff)
downloadhalibut-2e752e1405aa6a1e3137f804a161f73542ae910b.zip
halibut-2e752e1405aa6a1e3137f804a161f73542ae910b.tar.gz
halibut-2e752e1405aa6a1e3137f804a161f73542ae910b.tar.bz2
halibut-2e752e1405aa6a1e3137f804a161f73542ae910b.tar.xz
Oops; let's get that NORETURN conditional right...
[originally from svn r259]
-rw-r--r--buttress.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/buttress.h b/buttress.h
index c4f90c8..09969a3 100644
--- a/buttress.h
+++ b/buttress.h
@@ -7,6 +7,8 @@
#ifdef __GNUC__
#define NORETURN __attribute__((__noreturn__))
+#else
+#define NORETURN /* nothing */
#endif
#ifndef TRUE