diff options
author | Richard Stallman <rms@gnu.org> | 1993-09-06 12:36:01 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-09-06 12:36:01 +0000 |
commit | 966963e68bb35ee9a715f7675def78ad33f8ac1e (patch) | |
tree | 95c3103339156a41ab311b1b3ef84a2592d6f537 | |
parent | fca13b64f6c8d6bec74fb5c90995f11396201a3e (diff) | |
download | gcc-966963e68bb35ee9a715f7675def78ad33f8ac1e.zip gcc-966963e68bb35ee9a715f7675def78ad33f8ac1e.tar.gz gcc-966963e68bb35ee9a715f7675def78ad33f8ac1e.tar.bz2 |
Don't declare abort.
From-SVN: r5266
-rw-r--r-- | gcc/config/mips/mips.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index dc29dad..b18597b 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 (); |