Added a cmgr parameter to qse_awk_rtx_open()

This commit is contained in:
2012-01-14 01:45:48 +00:00
parent d48f69568c
commit 52710a87c9
3 changed files with 15 additions and 11 deletions

View File

@ -953,7 +953,7 @@ static int awk_main (int argc, qse_char_t* argv[])
rtx = qse_awk_rtx_openstd (
awk, 0, QSE_T("qseawk"),
(const qse_char_t*const*)arg.icf, QSE_NULL);
(const qse_char_t*const*)arg.icf, QSE_NULL, QSE_NULL);
if (rtx == QSE_NULL)
{
print_awkerr (awk);