(svn r4673) - Backport from trunk (r4468): 0.4
authorDarkvater
Tue, 02 May 2006 13:30:13 +0000
branch0.4
changeset 9988 13ab8ba57a49
parent 9987 6b2ea6e249b4
child 9989 56cc28c68fb6
(svn r4673) - Backport from trunk (r4468):
Correct declaration of NORETURN for gcc
stdafx.h
--- a/stdafx.h	Tue May 02 13:29:06 2006 +0000
+++ b/stdafx.h	Tue May 02 13:30:13 2006 +0000
@@ -61,7 +61,7 @@
 
 // Stuff for GCC
 #if defined(__GNUC__)
-# define NORETURN
+# define NORETURN              __attribute((noreturn))
 # define FORCEINLINE inline
 # define CDECL
 //#include <alloca.h>