From 655e96fa59f62f7d31b2d9d470947f97aceb7b92 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 9 May 2000 04:53:16 +0000 Subject: 2000-05-09 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@682 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ruby.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'ruby.h') 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 #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 -- cgit v1.2.3