(svn r4468) -Fix: (FS#45) correct declaration of NORETURN for gcc (egladil)

pull/155/head
celestar 18 years ago
parent b5fa656a30
commit 9dbe6fdda6

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

Loading…
Cancel
Save