mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
2001-05-02 H.J. Lu <hjl@gnu.org>
* ldfile.c: Include "libiberty.h". * ldlex.l: Likewise. * ldmisc.c (buystring): Removed. * ldmisc.h: Likewise. * ldfile.c: Replace buystring with xstrdup. * ldlang.c: Likewise. * ldlex.l: Likewise. * ldmain.c: Likewise. * ldmisc.c: Likewise. * lexsup.c: Likewise. * mpw-eppcmac.c: Likewise.
This commit is contained in:
@ -42,7 +42,6 @@ extern void yyerror PARAMS ((const char *));
|
||||
extern PTR xmalloc PARAMS ((size_t));
|
||||
extern PTR xrealloc PARAMS ((PTR, size_t));
|
||||
extern void xexit PARAMS ((int));
|
||||
extern char *buystring PARAMS ((CONST char *CONST));
|
||||
|
||||
#define ASSERT(x) \
|
||||
do { if (!(x)) info_assert(__FILE__,__LINE__); } while (0)
|
||||
|
Reference in New Issue
Block a user