new error code

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40127
This commit is contained in:
David Anderson 2006-10-16 22:25:45 +00:00
parent eb341f9a1d
commit e3dccb8ae4

View File

@ -29,6 +29,7 @@ typedef int32_t cell_t;
#define SP_ERROR_INSTRUCTION_PARAM 17 /* Instruction had an invalid parameter */
#define SP_ERROR_STACKLEAK 18 /* A native leaked an item on the stack */
#define SP_ERROR_HEAPLEAK 19 /* A native leaked an item on the heap */
#define SP_ERROR_ARRAY_TOO_BIG 20 /* A dynamic array is too big */
/**********************************************
*** The following structures are reference structures.