mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
NORETURN
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1109 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
81ef4309a2
commit
74d0eaf6a2
5 changed files with 35 additions and 13 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue