From 35a21d80fc57791749a40bec9e7a66987421398e Mon Sep 17 00:00:00 2001 From: celestar Date: Tue, 18 Apr 2006 13:55:11 +0000 Subject: [PATCH] (svn r4468) -Fix: (FS#45) correct declaration of NORETURN for gcc (egladil) --- stdafx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdafx.h b/stdafx.h index fe896853d1..21444ef703 100644 --- a/stdafx.h +++ b/stdafx.h @@ -68,7 +68,7 @@ // Stuff for GCC #if defined(__GNUC__) -# define NORETURN +# define NORETURN __attribute((noreturn)) # define FORCEINLINE inline # define CDECL //#include