summaryrefslogtreecommitdiff
path: root/etc/strict.lua
diff options
context:
space:
mode:
authorLua Team <team@lua.org>2010-01-14 12:00:00 +0000
committerrepogen <>2010-01-14 12:00:00 +0000
commitecd48c2901f08a88db32139b97c35c59eba1f19e (patch)
tree526e8dac3e037de0024b37c89fa3150baeea969f /etc/strict.lua
parent22912c77c80f8de8f7accd3319c726f7c5349fd3 (diff)
downloadlua-github-5.2.0-work2.tar.gz
Lua 5.2.0-work25.2.0-work2
Diffstat (limited to 'etc/strict.lua')
-rw-r--r--etc/strict.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/strict.lua b/etc/strict.lua
index 604619dd..5ce1aa85 100644
--- a/etc/strict.lua
+++ b/etc/strict.lua
@@ -6,6 +6,7 @@
-- anywhere or assigned to inside a function.
--
+require"debug"
local getinfo, error, rawset, rawget = debug.getinfo, error, rawset, rawget
local mt = getmetatable(_G)