Added a trap number for cardinal underflow

This commit is contained in:
ceriel 1988-03-16 09:22:53 +00:00
parent 987683cf99
commit 2f11dce5ef

View file

@ -3,3 +3,4 @@
#define M2_NORESULT 66
#define M2_UOVFL 67
#define M2_FORCH 68
#define M2_UUVFL 69