Merge pull request #231 from thotypous/lulip-move-base

No need for lulip to be global
pull/232/head
HW 11 years ago
commit 843d6972d0

@ -1 +1 @@
Subproject commit 6f710e7efa2ffd598b89a62482f473b754900273
Subproject commit c03745fc54305c9146a13be9370e9c27940bd2cb

@ -118,7 +118,7 @@ while argidx <= #ARGV do
elseif arg == "-d" then
Dbg:turnOn()
elseif arg == "-p" then
lulip = require("ffi/lulip")
local lulip = require("ffi/lulip")
Profiler = lulip:new()
pcall(function()
-- set maxrows only if the optional arg is numeric

Loading…
Cancel
Save