summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/luat-sto.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/luat-sto.lua')
-rw-r--r--tex/context/base/mkiv/luat-sto.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mkiv/luat-sto.lua b/tex/context/base/mkiv/luat-sto.lua
index e67830b0d..ce891765a 100644
--- a/tex/context/base/mkiv/luat-sto.lua
+++ b/tex/context/base/mkiv/luat-sto.lua
@@ -78,7 +78,7 @@ if environment.initex then
dumped = concat({ definition, comment, dumped },"\n")
local code = nil
local name = formatters["slot %s (%s)"](max,name)
- if LUAVERSION >= 5.3 and LUATEXFUNCTIONALITY >= 6454 then
+ if LUAVERSION >= 5.3 then
local code = loadstring(dumped,name)
setbytecode(max,code,strip)
else