summaryrefslogtreecommitdiffstats
path: root/gcc/fix-header.c
diff options
context:
space:
mode:
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>1999-04-21 11:58:11 +0000
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>1999-04-21 11:58:11 +0000
commitbc8e71890d8c767a2db05eadf32db28deafe86f7 (patch)
treed285e86dffc0ed9da0800e53dd4f174b2d2db346 /gcc/fix-header.c
parentf2f4980f6dab2c1bf9fe8105853fd0e9705bb4fc (diff)
downloadppe42-gcc-bc8e71890d8c767a2db05eadf32db28deafe86f7.tar.gz
ppe42-gcc-bc8e71890d8c767a2db05eadf32db28deafe86f7.zip
1999-04-21 14:55 -0400 Zack Weinberg <zack@rabi.columbia.edu>
* gen-protos.c: #undef abort after including system.h. Delete defns of fancy_abort and fatal. * fix-header.c: Delete defn of fancy_abort. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26576 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fix-header.c')
-rw-r--r--gcc/fix-header.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/fix-header.c b/gcc/fix-header.c
index 35942d25db6..dfde8e5c560 100644
--- a/gcc/fix-header.c
+++ b/gcc/fix-header.c
@@ -367,16 +367,6 @@ xfree (ptr)
free (ptr);
}
-/* Avoid error if config defines abort as fancy_abort.
- It's not worth "really" implementing this because ordinary
- compiler users never run fix-header. */
-
-void
-fancy_abort ()
-{
- abort ();
-}
-
#define obstack_chunk_alloc xmalloc
#define obstack_chunk_free xfree
struct obstack scan_file_obstack;
OpenPOWER on IntegriCloud