summaryrefslogtreecommitdiff
path: root/tex/context/base/luat-cbk.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/luat-cbk.lua')
-rw-r--r--tex/context/base/luat-cbk.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/luat-cbk.lua b/tex/context/base/luat-cbk.lua
index a6145ec3b..efb534d7d 100644
--- a/tex/context/base/luat-cbk.lua
+++ b/tex/context/base/luat-cbk.lua
@@ -104,7 +104,7 @@ do
garbagecollector.trace = false
garbagecollector.tune = false -- for the moment
- function report(format)
+ local function report(format)
if garbagecollector.trace then
-- texio.write_nl(string.format(format,level,status.luastate_bytes))
texio.write_nl(string.format(format,level,collectgarbage("count")))