added m2_traps.h
authorceriel <none@none>
Thu, 9 Jul 1987 15:17:56 +0000 (15:17 +0000)
committerceriel <none@none>
Thu, 9 Jul 1987 15:17:56 +0000 (15:17 +0000)
first/local.h.src
h/m2_traps.h [new file with mode: 0644]

index 208adaf..1fdb12b 100644 (file)
@@ -9,7 +9,7 @@
 #      define  VERSION         3       /* 16 bits number */
 
 /* The default machine used by ack, acc, apc */
-#      define  ACKM            "vax4"
+#      define  ACKM            "sun3"
 
 /* size of local machine, either 0 (for 16 bit address space), or 1 */
 #      define BIGMACHINE       1
diff --git a/h/m2_traps.h b/h/m2_traps.h
new file mode 100644 (file)
index 0000000..39c1b6b
--- /dev/null
@@ -0,0 +1,3 @@
+#define M2_TOOLARGE    64
+#define M2_TOOMANY     65
+#define M2_NORESULT    66