1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-18 20:19:11 +00:00

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

This commit is contained in:
celestar
2006-04-18 13:55:11 +00:00
parent 4287cfb640
commit 35a21d80fc

View File

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