From ba3a6b434dc4d4a0bd219c4fe876efe6eb835d75 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 6 May 2000 14:33:46 +0000 Subject: [PATCH] remove ifdef --- lib/atexit.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/atexit.c b/lib/atexit.c index 137d985e4c..85e992f72e 100644 --- a/lib/atexit.c +++ b/lib/atexit.c @@ -3,8 +3,6 @@ #include "config.h" -#ifdef HAVE_ON_EXIT - int atexit(f) void (*f)(); @@ -14,5 +12,3 @@ atexit(f) on_exit (f, 0); return 0; } - -#endif -- 2.30.2