summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1993-10-06 12:13:03 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1993-10-06 12:13:03 -0400
commit8ddecd15b0840bc0a1fb111a494e3041f27fe1de (patch)
tree19da8b368f8046d21e5e6f1d6f51f2b8bf9a1b46
parent0f08a580ff0ba5127106ec58ef90bb1873752ff8 (diff)
downloadgcc-8ddecd15b0840bc0a1fb111a494e3041f27fe1de.tar.gz
Remove declarations of malloc and realloc.
From-SVN: r5635
-rw-r--r--gcc/bi-lexer.c4
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;