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

@ -331,6 +331,7 @@ enum stix_synerrnum_t
STIX_SYNERR_PRIMNO, /* wrong primitive number */
STIX_SYNERR_INCLUDE, /* #include error */
STIX_SYNERR_NAMESPACE, /* wrong namespace name */
STIX_SYNERR_POOLDIC, /* wrong pool dictionary */
STIX_SYNERR_POOLDICDUP, /* duplicate pool dictionary */
STIX_SYNERR_LITERAL /* literal expected */
};