mirror of https://github.com/OpenTTD/OpenTTD
(svn r4673) - Backport from trunk (r4468):
Correct declaration of NORETURN for gccrelease/0.4
parent
a343d86500
commit
a336c7cd0c
2
stdafx.h
2
stdafx.h
|
@ -61,7 +61,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