(HAVE_ATEXIT): Commented out.
authorRichard Stallman <rms@gnu.org>
Wed, 25 Nov 1992 21:24:57 +0000 (21:24 +0000)
committerRichard Stallman <rms@gnu.org>
Wed, 25 Nov 1992 21:24:57 +0000 (21:24 +0000)
From-SVN: r2798

gcc/config/m68k/apollo68.h

index e8cdc0816005d6e258fe884841049505cc136757..cd5f5843720485e6e6e4f9d34630e5078fa64919 100644 (file)
@@ -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.  */