more compiler code

This commit is contained in:
hyunghwan.chung
2015-05-25 18:13:52 +00:00
parent b7a443089a
commit ca10456d3a
4 changed files with 55 additions and 33 deletions

View File

@ -268,6 +268,7 @@ enum stix_synerrnum_t
STIX_SYNERR_IDENT, /* identifier expected */
STIX_SYNERR_INTEGER, /* integer expected */
STIX_SYNERR_PRIMITIVE, /* primitive: expected */
STIX_SYNERR_DIRECTIVE, /* wrong directive */
STIX_SYNERR_CLASSMOD, /* wrong class modifier */
STIX_SYNERR_CLASSUNDEF, /* undefined class */
STIX_SYNERR_CLASSDUP, /* duplicate class */