summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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