diff options
author | Geoffrey Noer <noer@cygnus.com> | 1998-11-12 19:37:47 +0000 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1998-11-12 11:37:47 -0800 |
commit | cae21ae8a932f5756710da05091238433263c60a (patch) | |
tree | 58da5367424fc46a1ddd1b556ccd78b739092602 /gcc/collect2.c | |
parent | 15fdcfe952242c2cdf26d6a86281782142162bba (diff) | |
download | gcc-cae21ae8a932f5756710da05091238433263c60a.zip gcc-cae21ae8a932f5756710da05091238433263c60a.tar.gz gcc-cae21ae8a932f5756710da05091238433263c60a.tar.bz2 |
Jumbo patch from Geoff Noer to rename CYGWIN32 to CYGWIN.
From-SVN: r23622
Diffstat (limited to 'gcc/collect2.c')
-rw-r--r-- | gcc/collect2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/collect2.c b/gcc/collect2.c index 729682e..6f91406 100644 --- a/gcc/collect2.c +++ b/gcc/collect2.c @@ -47,7 +47,7 @@ Boston, MA 02111-1307, USA. */ #include "demangle.h" #include "obstack.h" -#ifdef __CYGWIN32__ +#ifdef __CYGWIN__ #include <process.h> #endif @@ -1721,7 +1721,7 @@ collect_execute (prog, argv, redir) if (argv[0] == 0) fatal ("cannot find `%s'", prog); -#ifndef __CYGWIN32__ +#ifndef __CYGWIN__ pid = vfork (); if (pid == -1) fatal_perror (VFORK_STRING); |