diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-05-16 18:26:10 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-05-16 18:26:10 -0400 |
commit | e2e96febf194414b3ea382362077ef2fb4f483bf (patch) | |
tree | c8fde0fa18ce22ffe19f95a777b5b2f3acfcfb7d | |
parent | 65f051c8e28b008e1072b51504cde0d01f550f04 (diff) | |
download | gcc-e2e96febf194414b3ea382362077ef2fb4f483bf.zip gcc-e2e96febf194414b3ea382362077ef2fb4f483bf.tar.gz gcc-e2e96febf194414b3ea382362077ef2fb4f483bf.tar.bz2 |
Changed WINNT to _WIN32.
From-SVN: r9727
-rw-r--r-- | gcc/config/alpha/alpha.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/alpha/alpha.c b/gcc/config/alpha/alpha.c index 5c94cdd..8611856 100644 --- a/gcc/config/alpha/alpha.c +++ b/gcc/config/alpha/alpha.c @@ -1215,7 +1215,7 @@ direct_return () /* Write a version stamp. Don't write anything if we are running as a cross-compiler. Otherwise, use the versions in /usr/include/stamp.h. */ -#if !defined(CROSS_COMPILE) && !defined(WINNT) +#if !defined(CROSS_COMPILE) && !defined(_WIN32) #include <stamp.h> #endif |