added more code

This commit is contained in:
2009-05-11 07:27:35 +00:00
parent 9d258def0e
commit 6d68da1669
3 changed files with 98 additions and 42 deletions

View File

@ -45,6 +45,7 @@ enum qse_sed_errnum_t
QSE_SED_ELABTL, /* label too long */
QSE_SED_ELABEM, /* label name is empty */
QSE_SED_ELABDU, /* duplicate label name */
QSE_SED_ELABNF, /* label not found */
QSE_SED_EFILEM, /* file name is empty */
QSE_SED_EFILIL, /* illegal file name */
QSE_SED_ENOTRM, /* not terminated properly */