From d1b2b2dcb9990cc1b113ce35fe9ebe120d34b1c3 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Wed, 2 May 2001 16:42:55 +0000 Subject: 2001-05-02 H.J. Lu * 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. --- ld/ldmisc.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ld/ldmisc.h') diff --git a/ld/ldmisc.h b/ld/ldmisc.h index fd0f19c..998fb4f 100644 --- a/ld/ldmisc.h +++ b/ld/ldmisc.h @@ -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) -- cgit v1.1