diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1993-10-06 12:13:03 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1993-10-06 12:13:03 -0400 |
commit | 8ddecd15b0840bc0a1fb111a494e3041f27fe1de (patch) | |
tree | 19da8b368f8046d21e5e6f1d6f51f2b8bf9a1b46 | |
parent | 0f08a580ff0ba5127106ec58ef90bb1873752ff8 (diff) | |
download | gcc-8ddecd15b0840bc0a1fb111a494e3041f27fe1de.tar.gz |
Remove declarations of malloc and realloc.
From-SVN: r5635
-rw-r--r-- | gcc/bi-lexer.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/bi-lexer.c b/gcc/bi-lexer.c index 640a2cec803..5e17d783dad 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; |