* _cygwin_crt0_common.cc: Undef 'environ' or suffer compiler error.
This commit is contained in:
		| @@ -1,3 +1,7 @@ | |||||||
|  | Sun Jul 16 20:23:21 2000  Christopher Faylor <cgf@cygnus.com> | ||||||
|  |  | ||||||
|  | 	* _cygwin_crt0_common.cc: Undef 'environ' or suffer compiler error. | ||||||
|  |  | ||||||
| Sun Jul 16 16:03:00 2000  Christopher Faylor <cgf@cygnus.com> | Sun Jul 16 16:03:00 2000  Christopher Faylor <cgf@cygnus.com> | ||||||
|  |  | ||||||
| 	* environ.cc: Use new definition of "environ" throughout. | 	* environ.cc: Use new definition of "environ" throughout. | ||||||
|   | |||||||
| @@ -13,6 +13,8 @@ details. */ | |||||||
| #include <reent.h> | #include <reent.h> | ||||||
| #include <stdlib.h> | #include <stdlib.h> | ||||||
|  |  | ||||||
|  | #undef environ | ||||||
|  |  | ||||||
| extern "C" | extern "C" | ||||||
| { | { | ||||||
| char **environ; | char **environ; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user