From 966963e68bb35ee9a715f7675def78ad33f8ac1e Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Mon, 6 Sep 1993 12:36:01 +0000 Subject: [PATCH] Don't declare abort. From-SVN: r5266 --- gcc/config/mips/mips.h | 1 - 1 file changed, 1 deletion(-) diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index dc29dad0e08d..b18597be493f 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -206,7 +206,6 @@ extern char *permalloc (); extern int reg_mentioned_p (); /* Functions in the standard library that we reference. */ -extern void abort (); extern int atoi (); extern char *getenv (); extern char *mktemp (); -- 2.47.2