diff options
author | celestar <celestar@openttd.org> | 2006-04-18 13:55:11 +0000 |
---|---|---|
committer | celestar <celestar@openttd.org> | 2006-04-18 13:55:11 +0000 |
commit | 35a21d80fc57791749a40bec9e7a66987421398e (patch) | |
tree | 6fbb5b8e2abde7de6b6158ada60568adfbd2d6c4 /stdafx.h | |
parent | 4287cfb6404a6cde029f1790628d9f2e4882cfb1 (diff) | |
download | openttd-35a21d80fc57791749a40bec9e7a66987421398e.tar.xz |
(svn r4468) -Fix: (FS#45) correct declaration of NORETURN for gcc (egladil)
Diffstat (limited to 'stdafx.h')
-rw-r--r-- | stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ // Stuff for GCC #if defined(__GNUC__) -# define NORETURN +# define NORETURN __attribute((noreturn)) # define FORCEINLINE inline # define CDECL //#include <alloca.h> |