From 8ddecd15b0840bc0a1fb111a494e3041f27fe1de Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Wed, 6 Oct 1993 12:13:03 -0400 Subject: Remove declarations of malloc and realloc. From-SVN: r5635 --- gcc/bi-lexer.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gcc') diff --git a/gcc/bi-lexer.c b/gcc/bi-lexer.c index 640a2ce..5e17d78 100644 --- a/gcc/bi-lexer.c +++ b/gcc/bi-lexer.c @@ -21,10 +21,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "hconfig.h" #include "bi-parser.h" -extern char *malloc (); -extern char *realloc (); - - /* Current read buffer and point */ static char *buffer = NULL; static char *inpoint = NULL; -- cgit v1.1