aded STIX_SYNERR_INCLUDE

This commit is contained in:
hyunghwan.chung
2015-07-03 14:38:37 +00:00
parent 5ba0c67dd1
commit 132e4b48bb
5 changed files with 13 additions and 5 deletions

View File

@ -326,7 +326,8 @@ enum stix_synerrnum_t
STIX_SYNERR_BLKTMPRFLOOD, /* too many block temporaries */
STIX_SYNERR_BLKARGFLOOD, /* too many block arguments */
STIX_SYNERR_BLKFLOOD, /* too large block */
STIX_SYNERR_PRIMNO /* wrong primitive number */
STIX_SYNERR_PRIMNO, /* wrong primitive number */
STIX_SYNERR_INCLUDE /* #include error */
};
typedef enum stix_synerrnum_t stix_synerrnum_t;