diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-03-02 03:26:09 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-03-02 03:26:09 +0000 |
| commit | 3a01ba3df06f8a5d0a230330b5998ecf3e95faec (patch) | |
| tree | 08afcde4c452ea342aa5103d2a829868512326d2 /win32 | |
| parent | 3397470968147ac604720715d9a62c47eb5d153a (diff) | |
| download | ruby-3a01ba3df06f8a5d0a230330b5998ecf3e95faec.tar.gz ruby-3a01ba3df06f8a5d0a230330b5998ecf3e95faec.tar.xz ruby-3a01ba3df06f8a5d0a230330b5998ecf3e95faec.zip | |
* win32/Makefile.sub (config.h): shouldn't check defined? NORETURN.
[ruby-dev:23100]
* ChangeLog: typo.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5867 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
| -rw-r--r-- | win32/Makefile.sub | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 0490003c7..ea3d0512f 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -244,10 +244,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 |
