made sed to compile r, R, w, W

This commit is contained in:
2009-03-24 06:49:05 +00:00
parent b3dfc9d07b
commit 796a10fc92
3 changed files with 71 additions and 3 deletions

View File

@ -42,6 +42,8 @@ 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_EFILEM, /* file name is empty */
QSE_SED_EFILIL, /* illegal file name */
QSE_SED_ETSNTR, /* translation set not terminated */
QSE_SED_ETSNSL, /* translation set not the same length*/
QSE_SED_EGRNBA, /* group brackets not balanced */