diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/mkiv/buff-par.lua')
-rw-r--r-- | Master/texmf-dist/tex/context/base/mkiv/buff-par.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/context/base/mkiv/buff-par.lua b/Master/texmf-dist/tex/context/base/mkiv/buff-par.lua index 9c75b90e730..33ed4baf06f 100644 --- a/Master/texmf-dist/tex/context/base/mkiv/buff-par.lua +++ b/Master/texmf-dist/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 |