Changeset - r3582:197cac35f0e3
[Not reviewed]
master
0 1 0
celestar - 19 years ago 2006-04-18 13:55:11
celestar@openttd.org
(svn r4468) -Fix: (FS#45) correct declaration of NORETURN for gcc (egladil)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
stdafx.h
Show inline comments
 
@@ -68,7 +68,7 @@
 

	
 
// Stuff for GCC
 
#if defined(__GNUC__)
 
# define NORETURN
 
# define NORETURN              __attribute((noreturn))
 
# define FORCEINLINE inline
 
# define CDECL
 
//#include <alloca.h>
0 comments (0 inline, 0 general)