1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1109 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eban 2001-01-10 08:09:01 +00:00
parent 81ef4309a2
commit 74d0eaf6a2
5 changed files with 35 additions and 13 deletions

View file

@ -16,7 +16,7 @@
#define EXTERN extern __declspec(dllexport)
#endif
#if defined _MSC_VER
#if defined _MSC_VER && !defined NORETURN
#define NORETURN(x) __declspec(noreturn) x
#endif