changed Awk and Sed to inherit Uncopyable

This commit is contained in:
2015-03-10 09:00:21 +00:00
parent 49d57e3155
commit 9a3ca2e3c1
5 changed files with 11 additions and 17 deletions

View File

@ -1383,7 +1383,7 @@ int Awk::dispatch_function (Run* run, const fnc_info_t* fi)
}
FunctionHandler handler;
handler = *(FunctionHandler*)QSE_HTB_VPTR(pair);
handler = *(FunctionHandler*)QSE_HTB_VPTR(pair);
size_t i, nargs = qse_awk_rtx_getnargs(run->rtx);