summaryrefslogtreecommitdiff
path: root/ruby.h
diff options
context:
space:
mode:
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 55ef41eb3b..1c50d35bb4 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