Added some c++ code to implment missing features from the std(c) implementation. not completed yet

This commit is contained in:
2012-08-06 14:38:09 +00:00
parent 785c95b1e6
commit 17a8a3039d
4 changed files with 50 additions and 30 deletions

View File

@ -1272,8 +1272,7 @@ int Awk::init_runctx ()
rio.file = fileHandler;
rio.console = consoleHandler;
rtx_t* rtx = qse_awk_rtx_open (
awk, QSE_SIZEOF(rxtn_t), &rio, (qse_cstr_t*)runarg.ptr);
rtx_t* rtx = qse_awk_rtx_open (awk, QSE_SIZEOF(rxtn_t), &rio);
if (rtx == QSE_NULL)
{
retrieveError();