summaryrefslogtreecommitdiff
path: root/win32/win32.h
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-01-11 01:56:08 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-01-11 01:56:08 +0000
commit6ee84cbabe8fe433930631b15eda4460ffbf2561 (patch)
tree0743890a460d551f910559c5f593f95e1a29d456 /win32/win32.h
parent8bbfa6fa4c548f1a02e58e8b4dfbb444c0c87d8c (diff)
NORETURN, INLINE
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1117 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32/win32.h')
-rw-r--r--win32/win32.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/win32/win32.h b/win32/win32.h
index b6824528df..ebffc5c8ab 100644
--- a/win32/win32.h
+++ b/win32/win32.h
@@ -16,10 +16,6 @@
#define EXTERN extern __declspec(dllexport)
#endif
-#if defined _MSC_VER && !defined NORETURN
-#define NORETURN(x) __declspec(noreturn) x
-#endif
-
//
// Definitions for NT port of Perl
//