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

@ -28,6 +28,7 @@ const qse_char_t* qse_sed_dflerrstr (
{
QSE_T("no error"),
QSE_T("internal error that should never have happened"),
QSE_T("not implemented"),
QSE_T("insufficient memory"),
QSE_T("invalid parameter or data"),