diff options
Diffstat (limited to 'tex/context/base/luat-cnf.lua')
-rw-r--r-- | tex/context/base/luat-cnf.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tex/context/base/luat-cnf.lua b/tex/context/base/luat-cnf.lua index 9f237b981..4cfc7278e 100644 --- a/tex/context/base/luat-cnf.lua +++ b/tex/context/base/luat-cnf.lua @@ -67,6 +67,7 @@ function texconfig.init() local i = start while b[i] do b[i]() ; b[i] = nil ; i = i + 1 + -- collectgarbage('step') end return i - start end |