diff options
Diffstat (limited to 'gcc/config/i386/sco.h')
-rw-r--r-- | gcc/config/i386/sco.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/i386/sco.h b/gcc/config/i386/sco.h index 55af64128a1..dae2de36544 100644 --- a/gcc/config/i386/sco.h +++ b/gcc/config/i386/sco.h @@ -71,10 +71,6 @@ Boston, MA 02111-1307, USA. */ "%{!fsigned-char:-D__CHAR_UNSIGNED__ -D_CHAR_UNSIGNED}" #endif -/* Use atexit for static destructors, instead of defining - our own exit function. */ -#define HAVE_ATEXIT - /* Specify the size_t type. */ #define SIZE_TYPE "unsigned int" |