* _cygwin_crt0_common.cc: Undef 'environ' or suffer compiler error.
This commit is contained in:
parent
0763ee9d83
commit
c609f9dcec
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue