1
0
Fork 0

(svn r4673) - Backport from trunk (r4468):

Correct declaration of NORETURN for gcc
release/0.4
Darkvater 2006-05-02 13:30:13 +00:00
parent a343d86500
commit a336c7cd0c
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@
// Stuff for GCC
#if defined(__GNUC__)
# define NORETURN
# define NORETURN __attribute((noreturn))
# define FORCEINLINE inline
# define CDECL
//#include <alloca.h>