From 606f392077b7d648d9c53609422a0fa907e6e994 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Wed, 30 Sep 1992 21:28:24 +0000 Subject: [PATCH] Don't use system syms.h on hpux. From-SVN: r2286 --- gcc/sdbout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/sdbout.c b/gcc/sdbout.c index 3c337bd1fe7..4fa568dce10 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) +#if defined(USG) && !defined(MIPS) && !defined (hpux) #include /* Use T_INT if we don't have T_VOID. */ #ifndef T_VOID -- 2.30.2