aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
authorGeoffrey Noer <noer@cygnus.com>1998-11-12 19:37:47 +0000
committerJim Wilson <wilson@gcc.gnu.org>1998-11-12 11:37:47 -0800
commitcae21ae8a932f5756710da05091238433263c60a (patch)
tree58da5367424fc46a1ddd1b556ccd78b739092602 /gcc/gcc.c
parent15fdcfe952242c2cdf26d6a86281782142162bba (diff)
downloadgcc-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/gcc.c')
-rw-r--r--gcc/gcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index d7ff558..57ac3fd 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -2267,7 +2267,7 @@ execute ()
for (n_commands = 1, i = 0; i < argbuf_index; i++)
if (strcmp (argbuf[i], "|") == 0)
{ /* each command. */
-#if defined (__MSDOS__) || (defined (_WIN32) && defined (__CYGWIN32_)) || defined (OS2) || defined (VMS)
+#if defined (__MSDOS__) || (defined (_WIN32) && defined (__CYGWIN__)) || defined (OS2) || defined (VMS)
fatal ("-pipe not supported");
#endif
argbuf[i] = 0; /* termination of command args. */