Mercurial > hg > xemacs-beta
diff src/syssignal.h @ 12:bcdc7deadc19 r19-15b7
Import from CVS: tag r19-15b7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:48:16 +0200 |
parents | 4b173ad71786 |
children | 131b0175ea99 |
line wrap: on
line diff
--- a/src/syssignal.h Mon Aug 13 08:47:56 2007 +0200 +++ b/src/syssignal.h Mon Aug 13 08:48:16 2007 +0200 @@ -88,7 +88,9 @@ the risk of someone forgetting this convention and calling signal() directly. */ +#ifndef NeXT typedef SIGTYPE (*signal_handler_t) (int); +#endif #if defined (HAVE_SIGPROCMASK)