interim commit

This commit is contained in:
2009-03-03 08:13:47 +00:00
parent a66c49812c
commit fc2877524c
4 changed files with 40 additions and 27 deletions

View File

@ -35,7 +35,8 @@ enum qse_sed_errnum_t
QSE_SED_EREXBL, /* regular expression build error */
QSE_SED_EA1PHB, /* address 1 prohibited */
QSE_SED_EA2PHB, /* address 2 prohibited */
QSE_SED_ENEWLN /* a new line is expected */
QSE_SED_ENEWLN, /* a new line is expected */
QSE_SED_EBASLA /* \ is expected */
};
typedef struct qse_sed_t qse_sed_t;