improved get_subst() for sed. work still in progress

This commit is contained in:
2009-03-29 02:07:24 +00:00
parent d8a920e263
commit cf12f0ae23
3 changed files with 83 additions and 10 deletions

View File

@ -48,7 +48,10 @@ enum qse_sed_errnum_t
QSE_SED_ENOTRM, /* not terminated properly */
QSE_SED_ETSNSL, /* translation set not the same length*/
QSE_SED_EGRNBA, /* group brackets not balanced */
QSE_SED_EGRNTD /* group nested too deeply */
QSE_SED_EGRNTD, /* group nested too deeply */
QSE_SED_EOCSDU, /* multiple occurrence specifiers */
QSE_SED_EOCSZE, /* occurrence specifier to s is zero */
QSE_SED_EOCSTL /* occurrence specifier too large */
};
enum qse_sed_option_t