From: Richard Stallman Date: Mon, 6 Sep 1993 12:36:01 +0000 (+0000) Subject: Don't declare abort. X-Git-Tag: misc/cutover-egcs-0~8677 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=966963e68bb35ee9a715f7675def78ad33f8ac1e;p=thirdparty%2Fgcc.git Don't declare abort. From-SVN: r5266 --- 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 ();