소스 검색

Added another trap number

ceriel 36 년 전
부모
커밋
f7efb51155
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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 */