added QSE_SED_NOIMPL

This commit is contained in:
2012-08-09 10:23:32 +00:00
parent 0bacc36751
commit 3fc1b22151
4 changed files with 40 additions and 38 deletions

View File

@ -192,6 +192,7 @@ enum qse_sed_errnum_t
{
QSE_SED_ENOERR, /**< no error */
QSE_SED_EINTERN, /**< internal error */
QSE_SED_ENOIMPL, /**< not implemented */
QSE_SED_ENOMEM, /**< insufficient memory */
QSE_SED_EINVAL, /**< invalid parameter or data */
QSE_SED_ECMDNR, /**< command '${0}' not recognized */