From: Jim Meyering Date: Sat, 6 May 2000 14:33:46 +0000 (+0000) Subject: remove ifdef X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba3a6b434dc4d4a0bd219c4fe876efe6eb835d75;p=pspp remove ifdef --- 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