From: ceriel Date: Thu, 9 Jul 1987 15:17:56 +0000 (+0000) Subject: added m2_traps.h X-Git-Tag: release-5-5~4023 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=d61fe61b66697403527b8fb27ff6cbd8c81f5574;p=ack.git added 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