new error type

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%4045
This commit is contained in:
Borja Ferrer 2006-07-31 21:42:02 +00:00
parent 8bdd9c20d3
commit 0ac9fcea2d

View File

@ -15,6 +15,7 @@ typedef int32_t cell_t;
#define SP_ERR_HEAPLOW 3 /* Not enough space left on the heap */
#define SP_ERR_PARAM 4 /* Invalid parameter */
#define SP_ERR_INVALID_ADDRESS 5 /* A memory address was not valid */
#define SP_ERR_NOT_FOUND 6 /* File not found */
/**********************************************
*** The following structures are reference structures.