From cae21ae8a932f5756710da05091238433263c60a Mon Sep 17 00:00:00 2001 From: Geoffrey Noer Date: Thu, 12 Nov 1998 19:37:47 +0000 Subject: Jumbo patch from Geoff Noer to rename CYGWIN32 to CYGWIN. From-SVN: r23622 --- gcc/collect2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/collect2.c') 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 #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); -- cgit v1.1