From: Richard Stallman Date: Mon, 6 Sep 1993 12:36:01 +0000 (+0000) Subject: Don't declare abort. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=966963e68bb35ee9a715f7675def78ad33f8ac1e;p=gcc.git Don't declare abort. From-SVN: r5266 --- diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index dc29dad0e08..b18597be493 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 ();