* config/pa/xm-hppah.h (HPPA_COMPILER_BUG): Delete. GDB only

compiles using an ISO-C compiler.
(MALLOC_INCOMPATIBLE): Ditto.
* linespec.c (decode_line_1): Delete hack to work around
HPPA_COMPILER_BUG.
This commit is contained in:
Andrew Cagney 2001-03-23 00:41:02 +00:00
parent 8866554466
commit 41899c0412
3 changed files with 8 additions and 34 deletions

View file

@ -29,11 +29,6 @@
#define USG
#ifndef __STDC__
/* This define is discussed in decode_line_1 in symtab.c */
#define HPPA_COMPILER_BUG
#endif
#define HAVE_TERMIOS
/* HP defines malloc and realloc as returning void *, even for non-ANSI