Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/dok.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inline.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/inline.lua b/inline.lua
index 162f868..dce34ca 100644
--- a/inline.lua
+++ b/inline.lua
@@ -40,6 +40,7 @@ local knownpkg = {}
-- Lua 5.2 compatibility
local unpack = unpack or table.unpack
+local loadstring = loadstring or load
dok.inline = {}