From 95ce90a87ed0a058386eea410aeac0aac2ee2dc8 Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 2 Mar 2004 03:31:05 +0000 Subject: [PATCH] * wince/Makefile.sub (config.h): shouldn't check defined? NORETURN. [ruby-dev:23100] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5869 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++-- wince/Makefile.sub | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index e806485ff6..6d260351ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ Tue Mar 2 12:24:03 2004 NAKAMURA Usaku - * win32/Makefile.sub (config.h): shouldn't check defined? NORETURN. - [ruby-dev:23100] + * win32/Makefile.sub, wince/Makefile.sub (config.h): shouldn't check + defined? NORETURN. [ruby-dev:23100] Tue Mar 2 11:28:40 2004 Nobuyoshi Nakada diff --git a/wince/Makefile.sub b/wince/Makefile.sub index 7eeed4bfdb..1738920963 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