Added some runtime trap numbers
This commit is contained in:
parent
16e381031b
commit
355fa2c764
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
#define M2_TOOLARGE 64
|
#define M2_TOOLARGE 64
|
||||||
#define M2_TOOMANY 65
|
#define M2_TOOMANY 65
|
||||||
#define M2_NORESULT 66
|
#define M2_NORESULT 66
|
||||||
|
#define M2_UOVFL 67
|
||||||
|
#define M2_FORCH 68
|
||||||
|
|
Loading…
Reference in a new issue