PL_get_chars: Implement CVT_WRITE and CVT_WRITE_CANONICAL

This commit is contained in:
Vítor Santos Costa II
2010-04-29 23:04:04 +01:00
parent b958bad35d
commit 030539f33b
8 changed files with 74 additions and 1 deletions

View File

@@ -181,6 +181,7 @@ typedef void *PL_engine_t;
#define CVT_NUMBER (CVT_INTEGER|CVT_FLOAT)
#define CVT_ATOMIC (CVT_NUMBER|CVT_ATOM|CVT_STRING)
#define CVT_WRITE 0x0040 /* as of version 3.2.10 */
#define CVT_WRITE_CANONICAL 0x0080 /* as of version 3.2.10 */
#define CVT_ALL (CVT_ATOMIC|CVT_LIST)
#define CVT_MASK 0x00ff