diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-05-16 18:36:33 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-05-16 18:36:33 -0400 |
commit | 9580b58360584384b994413aa24e751c5503e4b4 (patch) | |
tree | e78afc664e978a89809766b13bd2d0d36cc0c595 /gcc/sdbout.c | |
parent | e9990579f163b8ee930585aaad074469aa8db384 (diff) | |
download | gcc-9580b58360584384b994413aa24e751c5503e4b4.zip gcc-9580b58360584384b994413aa24e751c5503e4b4.tar.gz gcc-9580b58360584384b994413aa24e751c5503e4b4.tar.bz2 |
Changed WINNT to _WIN32.
From-SVN: r9732
Diffstat (limited to 'gcc/sdbout.c')
-rw-r--r-- | gcc/sdbout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/sdbout.c b/gcc/sdbout.c index b08a6eb..4f5f4fd 100644 --- a/gcc/sdbout.c +++ b/gcc/sdbout.c @@ -53,7 +53,7 @@ AT&T C compiler. From the example below I would conclude the following: /* Mips systems use the SDB functions to dump out symbols, but do not supply usable syms.h include files. */ -#if defined(USG) && !defined(MIPS) && !defined (hpux) && !defined(WINNT) && !defined(__linux__) +#if defined(USG) && !defined(MIPS) && !defined (hpux) && !defined(_WIN32) && !defined(__linux__) #include <syms.h> /* Use T_INT if we don't have T_VOID. */ #ifndef T_VOID |