diff options
Diffstat (limited to 'defines.h')
-rw-r--r-- | defines.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ | |||
1 | #ifndef _DEFINES_H | 1 | #ifndef _DEFINES_H |
2 | #define _DEFINES_H | 2 | #define _DEFINES_H |
3 | 3 | ||
4 | /* $Id: defines.h,v 1.77 2002/01/08 21:59:07 stevesk Exp $ */ | 4 | /* $Id: defines.h,v 1.78 2002/01/23 06:54:31 mouring Exp $ */ |
5 | 5 | ||
6 | /* Necessary headers */ | 6 | /* Necessary headers */ |
7 | 7 | ||
@@ -446,7 +446,7 @@ struct winsize { | |||
446 | #endif /* !defined(HAVE_MEMMOVE) && defined(HAVE_BCOPY) */ | 446 | #endif /* !defined(HAVE_MEMMOVE) && defined(HAVE_BCOPY) */ |
447 | 447 | ||
448 | #if !defined(HAVE_ATEXIT) && defined(HAVE_ON_EXIT) | 448 | #if !defined(HAVE_ATEXIT) && defined(HAVE_ON_EXIT) |
449 | # define atexit(a, NULL) on_exit(a, NULL) | 449 | # define atexit(a) on_exit(a, NULL) |
450 | #else | 450 | #else |
451 | # if defined(HAVE_XATEXIT) | 451 | # if defined(HAVE_XATEXIT) |
452 | # define atexit(a) xatexit(a) | 452 | # define atexit(a) xatexit(a) |