From d61fe61b66697403527b8fb27ff6cbd8c81f5574 Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 9 Jul 1987 15:17:56 +0000 Subject: [PATCH] added m2_traps.h --- first/local.h.src | 2 +- h/m2_traps.h | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 h/m2_traps.h diff --git a/first/local.h.src b/first/local.h.src index 208adaf3a..1fdb12b1f 100644 --- a/first/local.h.src +++ b/first/local.h.src @@ -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 index 000000000..39c1b6b70 --- /dev/null +++ b/h/m2_traps.h @@ -0,0 +1,3 @@ +#define M2_TOOLARGE 64 +#define M2_TOOMANY 65 +#define M2_NORESULT 66 -- 2.34.1