From 8f53571e06561fdfd1225ff209de1013fd4b165e Mon Sep 17 00:00:00 2001 From: Paulo Matias Date: Mon, 19 Aug 2013 11:07:19 -0300 Subject: [PATCH] No need for lulip to be global --- reader.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reader.lua b/reader.lua index ef5e579e6..88817a98a 100755 --- a/reader.lua +++ b/reader.lua @@ -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