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/protoize.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/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 8a47b2f6815..e5bed8dfc88 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 |