Commit 606f3920 by Richard Stallman

Don't use system syms.h on hpux.

From-SVN: r2286
parent 1a1ba90e
...@@ -53,7 +53,7 @@ AT&T C compiler. From the example below I would conclude the following: ...@@ -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 /* Mips systems use the SDB functions to dump out symbols, but
do not supply usable syms.h include files. */ do not supply usable syms.h include files. */
#if defined(USG) && !defined(MIPS) #if defined(USG) && !defined(MIPS) && !defined (hpux)
#include <syms.h> #include <syms.h>
/* Use T_INT if we don't have T_VOID. */ /* Use T_INT if we don't have T_VOID. */
#ifndef T_VOID #ifndef T_VOID
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment