Skip to content

Commit

Permalink
Anticipate Lua 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Oct 28, 2018
1 parent b56e6a4 commit 7e8948f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l3kernel/l3luatex.dtx
Expand Up @@ -382,7 +382,7 @@ local function elapsedtime()
if val > 2147483647 then
val = 2147483647
end
write(format("%d",val))
write(format("%d",floor(val)))
end
l3kernel.elapsedtime = elapsedtime
local function resettimer()
Expand Down

0 comments on commit 7e8948f

Please sign in to comment.