From c7b6005089b3060f108cf23ffd864f51d386b66f Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 2 Mar 2004 03:33:49 +0000 Subject: * win32/Makefile.sub, wince/Makefile.sub (config.h): shouldn't check defined? NORETURN. [ruby-dev:23100] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@5870 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- wince/Makefile.sub | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'wince/Makefile.sub') diff --git a/wince/Makefile.sub b/wince/Makefile.sub index 5ad5154d67..8954334b2a 100644 --- a/wince/Makefile.sub +++ b/wince/Makefile.sub @@ -234,10 +234,8 @@ config.h: #define HAVE_PROTOTYPES 1 #define TOKEN_PASTE(x,y) x##y #define HAVE_STDARG_PROTOTYPES 1 -#if _MSC_VER > 1100 && !defined NORETURN +#if _MSC_VER > 1100 #define NORETURN(x) __declspec(noreturn) x -#else -#define NORETURN(x) x #endif #define HAVE_DECL_SYS_NERR 1 #define HAVE_FCNTL_H 1 -- cgit v1.2.3