projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cef40fc
)
remove ifdef
author
Jim Meyering
<jim@meyering.net>
Sat, 6 May 2000 14:33:46 +0000
(14:33 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 6 May 2000 14:33:46 +0000
(14:33 +0000)
lib/atexit.c
patch
|
blob
|
history
diff --git
a/lib/atexit.c
b/lib/atexit.c
index 137d985e4cbc5ed18e577fa5a91ee0d678878a8e..85e992f72e07610e4bc56192637cdd9bc1a50e11 100644
(file)
--- 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