[INTERPRETER]

* NEW: New error constant in API header.


git-svn-id: svn://localhost/gambas/trunk@7066 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Benoît Minisini 2015-05-10 10:42:24 +00:00
parent 50f44f20e8
commit cb3c488454

View File

@ -316,6 +316,7 @@ typedef
#define GB_ERR_TYPE ((char *)6)
#define GB_ERR_OVERFLOW ((char *)7)
#define GB_ERR_NSYMBOL ((char *)11)
#define GB_ERR_NWRITE ((char *)16)
#define GB_ERR_NPROPERTY ((char *)17)
#define GB_ERR_ARG ((char *)20)
#define GB_ERR_BOUND ((char *)21)