summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-03-02 03:33:49 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-03-02 03:33:49 +0000
commitc7b6005089b3060f108cf23ffd864f51d386b66f (patch)
tree117e53f1c3374014ea848b53bdeb47014b4a5d72 /win32
parent9e755e550984a67bb4d7ae9dd66f7475cdb5fbc3 (diff)
* 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
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub4
1 files changed, 1 insertions, 3 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index c40f2bb389..f3d3cffd2d 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -220,10 +220,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_LIMITS_H 1