summaryrefslogtreecommitdiffstats
path: root/ruby.h
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-05-09 04:53:16 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-05-09 04:53:16 +0000
commit7dff2acd8ec0eb60a51f99711a0c32b436c2ace0 (patch)
tree6b6bb0a6ce9e46b326dbde9378c3791a54be1dd5 /ruby.h
parenta1b4737bf859b28857b5c4715348fc986ecbad80 (diff)
downloadruby-7dff2acd8ec0eb60a51f99711a0c32b436c2ace0.tar.gz
ruby-7dff2acd8ec0eb60a51f99711a0c32b436c2ace0.tar.xz
ruby-7dff2acd8ec0eb60a51f99711a0c32b436c2ace0.zip
2000-05-09
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@682 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ruby.h')
-rw-r--r--ruby.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/ruby.h b/ruby.h
index 55ef41eb3..1c50d35bb 100644
--- a/ruby.h
+++ b/ruby.h
@@ -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