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/protoize.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/protoize.c')
-rw-r--r-- | gcc/protoize.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/protoize.c b/gcc/protoize.c index 8a47b2f..e5bed8d 100644 --- a/gcc/protoize.c +++ b/gcc/protoize.c @@ -59,7 +59,7 @@ Boston, MA 02111-1307, USA. */ #include "system.h" #include <sys/stat.h> -#if ! defined (_WIN32) || defined (__CYGWIN32__) +#if ! defined (_WIN32) || defined (__CYGWIN__) #if defined(POSIX) || defined(CONCURRENT) #include <dirent.h> #else |