mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 15:14:08 +00:00
Whitespace.
This commit is contained in:
parent
aa502203a6
commit
7aa2c994b5
@ -31,7 +31,7 @@ mt.__newindex = function (t, n, v)
|
|||||||
end
|
end
|
||||||
rawset(t, n, v)
|
rawset(t, n, v)
|
||||||
end
|
end
|
||||||
|
|
||||||
mt.__index = function (t, n)
|
mt.__index = function (t, n)
|
||||||
if not mt.__declared[n] and what() ~= "C" then
|
if not mt.__declared[n] and what() ~= "C" then
|
||||||
error("variable '"..n.."' is not declared", 2)
|
error("variable '"..n.."' is not declared", 2)
|
||||||
|
Loading…
Reference in New Issue
Block a user