From 579922c1aab24002f0c394546354f416c18eb496 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Wed, 25 Nov 1992 21:24:57 +0000 Subject: [PATCH] (HAVE_ATEXIT): Commented out. From-SVN: r2798 --- gcc/config/m68k/apollo68.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/config/m68k/apollo68.h b/gcc/config/m68k/apollo68.h index e8cdc081600..cd5f5843720 100644 --- a/gcc/config/m68k/apollo68.h +++ b/gcc/config/m68k/apollo68.h @@ -121,7 +121,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* We have atexit(2). So C++ can use it for global destructors. */ +#if 0 /* troy@cbme.unsw.edu.au says people are still using sr10.2 + and it does not support atexit. */ #define HAVE_ATEXIT +#endif /* Every structure or union's size must be a multiple of 2 bytes. */ -- 2.30.2