aboutsummaryrefslogtreecommitdiff
path: root/gcc/sdbout.c
diff options
context:
space:
mode:
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>1994-09-30 21:29:14 +0000
committerRichard Kenner <kenner@vlsi1.ultra.nyu.edu>1994-09-30 21:29:14 +0000
commit46b45db5d50d47469de41c2e81417985cc21e29f (patch)
tree341d9057fdb55fa1739518191df74fc19390340c /gcc/sdbout.c
parent1e7dff0a34b0445d37fc10362ccf17f09277ad7d (diff)
Don't include syms.h for winnt.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@8181 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/sdbout.c')
-rw-r--r--gcc/sdbout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/sdbout.c b/gcc/sdbout.c
index 6a031085632..4426457797a 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)
+#if defined(USG) && !defined(MIPS) && !defined (hpux) && !defined(WINNT)
#include <syms.h>
/* Use T_INT if we don't have T_VOID. */
#ifndef T_VOID