From: Richard Kenner Date: Wed, 6 Oct 1993 16:13:39 +0000 (-0400) Subject: Remove declaration of malloc. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=312f03181a60aa96dd8b7a8f6a48fccb3ac4a09a;p=gcc.git Remove declaration of malloc. From-SVN: r5636 --- diff --git a/gcc/bi-parser.y b/gcc/bi-parser.y index 9f3853b5c60..5e5df8f8aff 100644 --- a/gcc/bi-parser.y +++ b/gcc/bi-parser.y @@ -27,8 +27,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ extern char yytext[]; extern int yyleng; -extern char *malloc (); - /* Chain of all defs built by the parser. */ struct def *defs;