diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-05-09 04:53:16 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-05-09 04:53:16 +0000 |
commit | 655e96fa59f62f7d31b2d9d470947f97aceb7b92 (patch) | |
tree | 6b6bb0a6ce9e46b326dbde9378c3791a54be1dd5 /ruby.h | |
parent | 2a34f89e354071d09c64a93bf3498dfa108f3e8c (diff) |
2000-05-09
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@682 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ruby.h')
-rw-r--r-- | ruby.h | 12 |
1 files changed, 1 insertions, 11 deletions
@@ -7,7 +7,7 @@ Copyright (C) 1993-2000 Yukihiro Matsumoto Copyright (C) 2000 Network Applied Communication Laboratory, Inc. - Copyright (C) 2000 Information-technology Promotion Agancy, Japan + Copyright (C) 2000 Information-technology Promotion Agency, Japan **********************************************************************/ @@ -73,16 +73,6 @@ extern "C" { #include <alloca.h> #endif -#if defined(__CYGWIN32__) -#if defined(USEIMPORTLIB) -#include "import.h" -#else -#if !defined(__CYGWIN__) -#define environ (*__imp___cygwin_environ) -#endif -#endif -#endif - #ifdef _AIX #pragma alloca #endif |