Sfoglia il codice sorgente

Added another trap number

ceriel 36 anni fa
parent
commit
e0654fc5fc
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      h/m2_traps.h

+ 1 - 0
h/m2_traps.h

@@ -7,3 +7,4 @@
 #define M2_FORCH	68	/* FOR-loop control variable changed */
 #define M2_UUVFL	69	/* cardinal underflow */
 #define M2_INTERNAL	70	/* internal error, should not happen */
+#define M2_UNIXSIG	71	/* unix signal */