summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/toks-ini.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/toks-ini.lmt')
-rw-r--r--tex/context/base/mkxl/toks-ini.lmt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/mkxl/toks-ini.lmt b/tex/context/base/mkxl/toks-ini.lmt
index e232fae0d..b204694ec 100644
--- a/tex/context/base/mkxl/toks-ini.lmt
+++ b/tex/context/base/mkxl/toks-ini.lmt
@@ -18,8 +18,8 @@ local printtable = table.print
local concat = table.concat
local format = string.format
-local commands = token.getcommandvalues()
-local values = token.getfunctionvalues()
+local commands = token.getcommandvalues() -- tex.functioncode
+local values = token.getfunctionvalues() -- tex.functioncode
values.dimen = values.dimension
values.count = values.integer
tokens.values = utilities.storage.allocate(table.swapped(values, values))