]> code.delx.au - gnu-emacs/blobdiff - src/syssignal.h
(have_menus_p): Renamed from using_x_p.
[gnu-emacs] / src / syssignal.h
index 433b0b9d2f4e6010e58a2fd30795153bcbb5f67c..b84c402bb2ccbd8bc4590224671ef59edb19cadb 100644 (file)
@@ -5,7 +5,7 @@ This file is part of GNU Emacs.
 
 GNU Emacs is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 1, or (at your option)
+the Free Software Foundation; either version 2, or (at your option)
 any later version.
 
 GNU Emacs is distributed in the hope that it will be useful,
@@ -54,6 +54,7 @@ extern sigset_t sys_sigmask ();
 #define sigsetmask(SIG)  sys_sigsetmask (SIG)
 #define sighold(SIG)     ONLY_USED_IN_BSD_4_1
 #define sigrelse(SIG)    ONLY_USED_IN_BSD_4_1
+#undef signal
 #define signal(SIG,ACT)      sys_signal(SIG,ACT)
 
 /* Whether this is what all systems want or not, this is what