improvements to SWI compatibility

This commit is contained in:
Vitor Santos Costa
2009-06-01 15:38:39 -05:00
parent dbfccfced5
commit b8f60c623d
3 changed files with 168 additions and 7 deletions

View File

@@ -156,6 +156,10 @@ typedef void *PL_engine_t;
#define PL_MBCHARS (34) /* const char * */
#define PL_MBCODES (35) /* const char * */
#define PL_MBSTRING (36) /* const char * */
#define PL_INTPTR (37) /* intptr_t */
#define PL_CHAR (38) /* int */
#define PL_CODE (39) /* int */
#define PL_BYTE (40) /* int */
#define CVT_ATOM 0x0001
#define CVT_STRING 0x0002