summaryrefslogtreecommitdiff
path: root/gcc/config/i386/xm-mingw32.h
diff options
context:
space:
mode:
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2002-01-10 22:21:39 +0000
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2002-01-10 22:21:39 +0000
commitb0624149880731377dba03396be2a8f838cffb13 (patch)
tree0d2254d67b762d8d8fbcc36ac9460a189d431e4b /gcc/config/i386/xm-mingw32.h
parentc070948eb28f25e9fd7e4921d97a034575c5d8da (diff)
downloadgcc-b0624149880731377dba03396be2a8f838cffb13.tar.gz
* toplev.c: Don't declare environ (it's not used anywhere).
* configure.in: Don't check for declaration of environ. * config/i386/xm-mingw32.h: Don't #define environ. * config.in, configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48758 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/xm-mingw32.h')
-rw-r--r--gcc/config/i386/xm-mingw32.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/i386/xm-mingw32.h b/gcc/config/i386/xm-mingw32.h
index db100ddee0d..19b102dda00 100644
--- a/gcc/config/i386/xm-mingw32.h
+++ b/gcc/config/i386/xm-mingw32.h
@@ -19,8 +19,6 @@ along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-#define environ _environ
-
/* Even though we support "/", allow "\" since everybody tests both. */
#define DIR_SEPARATOR '\\'
#define DIR_SEPARATOR_2 '/'