mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-19 15:25:39 +00:00
(svn r4468) -Fix: (FS#45) correct declaration of NORETURN for gcc (egladil)
This commit is contained in:
parent
4287cfb640
commit
35a21d80fc
2
stdafx.h
2
stdafx.h
@ -68,7 +68,7 @@
|
|||||||
|
|
||||||
// Stuff for GCC
|
// Stuff for GCC
|
||||||
#if defined(__GNUC__)
|
#if defined(__GNUC__)
|
||||||
# define NORETURN
|
# define NORETURN __attribute((noreturn))
|
||||||
# define FORCEINLINE inline
|
# define FORCEINLINE inline
|
||||||
# define CDECL
|
# define CDECL
|
||||||
//#include <alloca.h>
|
//#include <alloca.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user