lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> Yes, some change is needed, thanks for pointing it out, but I'm not sure
> it's in the VM (though it's the easiest fix).

I guess all these checks should be placed in luaG_checkcode. Code with
invalid boolean values should not be corrected, but rejected as bad
code.


-- Roberto