lua-users home
lua-l archive

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


> Just looking at lbaselib.c in Lua 5.1, I notice some uses of luaL_error
> have the idiomatic return, and some do not.
> 
> I am wondering if there is a reason for the inconsistency, or if it's just
> oversight?

Just oversight. Thanks,

-- Roberto