object loading support

blob objects (not supported yet)
This commit is contained in:
Vítor Santos Costa
2010-06-17 00:31:42 +01:00
parent c56ad7a80d
commit 0ff5195bd1
2 changed files with 13 additions and 5 deletions

View File

@@ -74,7 +74,9 @@ typedef enum
EMPTY_ARENA = 0x10,
ARRAY_INT = 0x21,
ARRAY_FLOAT = 0x22,
CLAUSE_LIST = 0x40
CLAUSE_LIST = 0x40,
STRING = 0x80, /* unsupported, reserved */
EXTERNAL_BLOB = 0x100 /* for SWI emulation */
}
big_blob_type;