From 2e752e1405aa6a1e3137f804a161f73542ae910b Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Wed, 27 Oct 1999 09:17:45 +0000 Subject: Oops; let's get that NORETURN conditional right... [originally from svn r259] --- buttress.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.1