diff options
author | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-11-12 19:37:47 +0000 |
---|---|---|
committer | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-11-12 19:37:47 +0000 |
commit | e678484ce65d0936cf542dfac80e0d25648b500d (patch) | |
tree | 58da5367424fc46a1ddd1b556ccd78b739092602 /gcc/gcc.c | |
parent | 414a3558d3680ef9066c3589e0619283be8f442b (diff) | |
download | gcc-e678484ce65d0936cf542dfac80e0d25648b500d.tar.gz |
Jumbo patch from Geoff Noer to rename CYGWIN32 to CYGWIN.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23622 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r-- | gcc/gcc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c index d7ff558da97..57ac3fdc32d 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. */ |