diff options
| author | Simon Tatham <anakin@pobox.com> | 1999-10-27 09:17:45 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 1999-10-27 09:17:45 +0000 |
| commit | 2e752e1405aa6a1e3137f804a161f73542ae910b (patch) | |
| tree | 3f83cb8b0af0faf67ec1c3e6946e9b063c581358 | |
| parent | 9a669d88e29de2f25532688b494580a48f8a31b8 (diff) | |
| download | halibut-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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ #ifdef __GNUC__ #define NORETURN __attribute__((__noreturn__)) +#else +#define NORETURN /* nothing */ #endif #ifndef TRUE |