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/gcc.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/gcc.c')
-rw-r--r-- | gcc/gcc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ |