Mercurial > hg > xemacs-beta
diff src/syssignal.h @ 78:c7528f8e288d r20-0b34
Import from CVS: tag r20-0b34
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:05:42 +0200 |
parents | 54cc21c15cbb |
children | 4be1180a9e89 |
line wrap: on
line diff
--- a/src/syssignal.h Mon Aug 13 09:05:11 2007 +0200 +++ b/src/syssignal.h Mon Aug 13 09:05:42 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)