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

No need for lulip to be global
This commit is contained in:
HW
2013-08-19 07:31:56 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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