aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/sparc/sunos4.h
diff options
context:
space:
mode:
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>1999-09-17 18:37:48 +0000
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>1999-09-17 18:37:48 +0000
commit9f030acde69e4b56cbdd3561011f88059d4616e0 (patch)
treeb1ae716ef8e29ee10490c8bd9f38486796caad54 /gcc/config/sparc/sunos4.h
parent70db13ffd33b0ff1a6611516efe3b210c2e81a4d (diff)
* libgcc2.c (L_exit): Check for ON_EXIT, not HAVE_ON_EXIT.
* sparc/sunos4.h (HAVE_ON_EXIT): Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29481 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/sparc/sunos4.h')
-rw-r--r--gcc/config/sparc/sunos4.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/sparc/sunos4.h b/gcc/config/sparc/sunos4.h
index 45d59fb585d..825df093a93 100644
--- a/gcc/config/sparc/sunos4.h
+++ b/gcc/config/sparc/sunos4.h
@@ -53,4 +53,3 @@ Boston, MA 02111-1307, USA. */
extern int on_exit PARAMS ((void *, void *));
#define ON_EXIT(FUNC) on_exit ((FUNC), 0)
#define NEED_ATEXIT
-#define HAVE_ON_EXIT