diff options
Diffstat (limited to 'gcc/config/clipper/clix.h')
-rw-r--r-- | gcc/config/clipper/clix.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/config/clipper/clix.h b/gcc/config/clipper/clix.h index c36e4de46a0..43aeadb7e21 100644 --- a/gcc/config/clipper/clix.h +++ b/gcc/config/clipper/clix.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler. Clipper/Clix version. - Copyright (C) 1988, 1993, 1996, 1997 Free Software Foundation, Inc. + Copyright (C) 1988, 1993, 1996, 1997, 1999 Free Software Foundation, Inc. This file is part of GNU CC. @@ -33,9 +33,6 @@ Boston, MA 02111-1307, USA. */ #define TARGET_MEM_FUNCTIONS -#undef HAVE_ATEXIT -#define HAVE_ATEXIT - #define ASM_OUTPUT_ASCII(FILE,PTR,LEN) \ do { \ unsigned char *s; \ |