Mercurial > hg > xemacs-beta
diff src/syssignal.h @ 5936:574f0cded429 cygwin
try to replace all nnnL or nnnUL constants with EMACS_[U]INT
author | Henry Thompson <ht@markup.co.uk> |
---|---|
date | Sun, 13 Dec 2015 13:22:58 +0000 |
parents | 308d34e9f07d |
children |
line wrap: on
line diff
--- a/src/syssignal.h Sat Dec 12 21:49:31 2015 +0000 +++ b/src/syssignal.h Sun Dec 13 13:22:58 2015 +0000 @@ -158,7 +158,7 @@ /* Is it necessary to define sigmask like this? */ #ifndef sigmask -# define sigmask(no) (1L << ((no) - 1)) +# define sigmask(no) (E1 << ((no) - 1)) #endif #define EMACS_BLOCK_SIGNAL(sig) sigblock (sigmask (sig))