summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;