summaryrefslogtreecommitdiff
path: root/wince/Makefile.sub
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-03-02 03:31:05 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-03-02 03:31:05 +0000
commit95ce90a87ed0a058386eea410aeac0aac2ee2dc8 (patch)
treeb38e44bd85a3496f1d11b98db3ed7edc314ce218 /wince/Makefile.sub
parent15691e6e980812b9e9ff2ead95ed6cb7cd0eb998 (diff)
* 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
Diffstat (limited to 'wince/Makefile.sub')
-rw-r--r--wince/Makefile.sub4
1 files changed, 1 insertions, 3 deletions
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