enhanced code a little

This commit is contained in:
2009-03-19 08:25:27 +00:00
parent 9a4897ee91
commit 3eb225fd22
2 changed files with 65 additions and 17 deletions

View File

@ -40,7 +40,8 @@ enum qse_sed_errnum_t
QSE_SED_ESCEXP, /* ; is expected */
QSE_SED_ELABTL, /* label too long */
QSE_SED_ELABEM, /* label name is empty */
QSE_SED_ELABDU /* duplicate label name */
QSE_SED_ELABDU, /* duplicate label name */
QSE_SED_ETSINV /* invalid translation set */
};
enum qse_sed_option_t