> 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