moved the xma mmgr to std.c with the new function hawk_init_xma_mmgr() and hawk_fini_xma_mmgr()
This commit is contained in:
@ -209,6 +209,10 @@ const hawk_ooch_t* hawk_dfl_errstr (hawk_errnum_t errnum)
|
||||
HAWK_T("occurrence specifier too large"),
|
||||
HAWK_T("no previous regular expression"),
|
||||
HAWK_T("cut selector not valid"),
|
||||
HAWK_T("I/O error with file '${0}'"),
|
||||
|
||||
/* cut error messages */
|
||||
HAWK_T("selector not valid"),
|
||||
HAWK_T("I/O error with file '${0}'")
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user