diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-05-16 22:36:33 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-05-16 22:36:33 +0000 |
commit | 83be7dc4cd1b77a9c62e5f60c0a98389032b479d (patch) | |
tree | e78afc664e978a89809766b13bd2d0d36cc0c595 /gcc/sdbout.c | |
parent | d62896145ec40c5cd802ba0ce23acf8f60274301 (diff) | |
download | gcc-83be7dc4cd1b77a9c62e5f60c0a98389032b479d.tar.gz |
Changed WINNT to _WIN32.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9732 138bc75d-0d04-0410-961f-82ee72b054a4
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 b08a6ebb449..4f5f4fd12a6 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 |