Fix error in ltn12 under Lua 5.3

master
mpeterv 2016-01-25 13:52:41 +03:00
parent 83880dbed7
commit a7f21e8ec4
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
-----------------------------------------------------------------------------
local string = require("string")
local table = require("table")
local unpack = unpack or table.unpack
local base = _G
local _M = {}
if module then -- heuristic for exporting a global package table