From 2a611d21ac06af33998ac48328847e23ded6b59d Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Fri, 16 Apr 1999 19:52:44 +0000 Subject: system.h: Always prototype abort. 1999-04-16 22:44 -0400 Zack Weinberg * system.h: Always prototype abort. Prototype fatal. Define abort to call fatal, not fprintf/exit. Define a stub macro for trim_filename. * toplev.c: Define DIR_SEPARATOR. (trim_filename): New function. * toplev.h: Prototype trim_filename, and #undef system.h's stub. * gcc.c, genattr.c, genattrtab.c, gencodes.c, genconfig.c, genemit.c, genextract.c, genflags.c, genopinit.c, genoutput.c, genpeep.c, genrecog.c: Make fatal non-static. * gcov.c, gengenrtl.c, protoize.c: #undef abort after including system.h. * config/i386/dgux.h, config/m68k/xm-amix.h: Remove stale code relating to abort. From-SVN: r26511 --- gcc/gengenrtl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/gengenrtl.c') diff --git a/gcc/gengenrtl.c b/gcc/gengenrtl.c index 29cb836..bf98a71 100644 --- a/gcc/gengenrtl.c +++ b/gcc/gengenrtl.c @@ -21,6 +21,7 @@ Boston, MA 02111-1307, USA. */ #include "hconfig.h" #include "system.h" +#undef abort #define NO_GENRTL_H #include "rtl.h" -- cgit v1.1