NSIG --> _NSIG
authorceriel <none@none>
Thu, 19 Sep 1991 10:38:40 +0000 (10:38 +0000)
committerceriel <none@none>
Thu, 19 Sep 1991 10:38:40 +0000 (10:38 +0000)
lang/basic/lib/trap.c

index ee46d4e..7a7702f 100644 (file)
@@ -1,6 +1,10 @@
 #include <signal.h>
 #include <setjmp.h>
 
+#ifndef NSIG
+#define NSIG _NSIG
+#endif
+
 /* $Header$ */
 
 /* Trap handling */