mirror of
https://github.com/pmret/gcc-papermario.git
synced 2024-11-08 20:02:47 +01:00
9 lines
174 B
C
9 lines
174 B
C
/* Sequent DYNIX/ptx 2.x (SVr3) */
|
|
|
|
#include "i386/seq-sysv3.h"
|
|
|
|
/* Use atexit for static destructors, instead of defining
|
|
our own exit function. */
|
|
#define HAVE_ATEXIT
|
|
|