added m2_traps.h
This commit is contained in:
parent
c7d4d35200
commit
d61fe61b66
|
@ -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
3
h/m2_traps.h
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#define M2_TOOLARGE 64
|
||||||
|
#define M2_TOOMANY 65
|
||||||
|
#define M2_NORESULT 66
|
Loading…
Reference in a new issue