fixed a bug of producing wrong argument count for a binary message.

added primitives for basicSize, basicAt:, basicAt:Put:
This commit is contained in:
hyunghwan.chung
2015-06-21 03:50:35 +00:00
parent fbfa4c4ff0
commit 60591201af
4 changed files with 264 additions and 20 deletions

View File

@ -794,6 +794,7 @@ void stix_getsynerr (
void dump_symbol_table (stix_t* stix);
void dump_dictionary (stix_t* stix, stix_oop_set_t dic, const char* title);
void print_ucs (const stix_ucs_t* name);
void print_object (stix_t* stix, stix_oop_t oop);
void dump_object (stix_t* stix, stix_oop_t oop, const char* title);
#if defined(__cplusplus)