summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/buff-par.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/buff-par.lua')
-rw-r--r--tex/context/base/mkiv/buff-par.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tex/context/base/mkiv/buff-par.lua b/tex/context/base/mkiv/buff-par.lua
index 9c75b90e7..33ed4baf0 100644
--- a/tex/context/base/mkiv/buff-par.lua
+++ b/tex/context/base/mkiv/buff-par.lua
@@ -6,6 +6,7 @@ if not modules then modules = { } end modules ['buff-par'] = {
license = "see context related readme files"
}
+local tonumber = tonumber
local insert, remove, find, gmatch, match = table.insert, table.remove, string.find, string.gmatch, string.match
local fullstrip, formatters = string.fullstrip, string.formatters