diff src/xterm.h @ 348:17ca8766781a

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Wed, 24 Jul 1991 00:06:21 +0000
parents 470231fe99be
children a9b60e014edd
line wrap: on
line diff
--- a/src/xterm.h	Tue Jul 23 23:29:49 1991 +0000
+++ b/src/xterm.h	Wed Jul 24 00:06:21 1991 +0000
@@ -148,10 +148,6 @@
    during the current critical section.  */
 extern int x_pending_input;
 
-#ifndef sigmask
-#define sigmask(no) (1L << ((no) - 1))
-#endif
-
 /* Begin critical section. */
 #define BLOCK_INPUT (x_input_blocked++)