remove local declarations at the top

This commit is contained in:
Cheyi Lin 2013-06-27 18:03:26 +08:00
parent 2a0214c0b7
commit 59e989480d

View File

@ -5,16 +5,6 @@
-- inspired by http://lua-users.org/wiki/TableSerialization -- inspired by http://lua-users.org/wiki/TableSerialization
----------------------------------------------------------------------------------------------------------------------- -----------------------------------------------------------------------------------------------------------------------
local type = type
local ipairs, pairs = ipairs, pairs
local string = string
local table = table
local tostring = tostring
local pcall = pcall
local getmetatable, setmetatable = getmetatable, setmetatable
local rawget, rawset = rawget, rawset
local math = math
local inspect ={} local inspect ={}
inspect.__VERSION = '1.2.0' inspect.__VERSION = '1.2.0'