added m2_traps.h

This commit is contained in:
ceriel 1987-07-09 15:17:56 +00:00
parent c7d4d35200
commit d61fe61b66
2 changed files with 4 additions and 1 deletions

View file

@ -9,7 +9,7 @@
# define VERSION 3 /* 16 bits number */ # define VERSION 3 /* 16 bits number */
/* The default machine used by ack, acc, apc */ /* 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 */ /* size of local machine, either 0 (for 16 bit address space), or 1 */
# define BIGMACHINE 1 # define BIGMACHINE 1

3
h/m2_traps.h Normal file
View file

@ -0,0 +1,3 @@
#define M2_TOOLARGE 64
#define M2_TOOMANY 65
#define M2_NORESULT 66