added some code to support importing a pool dictionary

This commit is contained in:
hyunghwan.chung
2015-07-25 15:01:51 +00:00
parent 5700b57d57
commit ce8a86e082
4 changed files with 114 additions and 68 deletions

View File

@ -853,7 +853,7 @@ struct primitive_t
{
stix_ooi_t nargs; /* expected number of arguments */
primitive_handler_t handler;
stix_ucs_t name;
/* stix_ucs_t name; */
};
typedef struct primitive_t primitive_t;