From 4a439fa6665c12aac6219acc8c148c5c1d091116 Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Thu, 18 Nov 2021 17:33:54 +0100 Subject: 2021-11-18 16:35:00 --- scripts/context/lua/mtxrun.lua | 6 +++--- scripts/context/stubs/mswin/mtxrun.lua | 6 +++--- scripts/context/stubs/unix/mtxrun | 6 +++--- scripts/context/stubs/win64/mtxrun.lua | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) (limited to 'scripts') diff --git a/scripts/context/lua/mtxrun.lua b/scripts/context/lua/mtxrun.lua index 0cd2167ec..a75c6488c 100644 --- a/scripts/context/lua/mtxrun.lua +++ b/scripts/context/lua/mtxrun.lua @@ -6433,7 +6433,7 @@ do -- create closure to overcome 200 locals limit package.loaded["l-math"] = package.loaded["l-math"] or true --- original size: 2555, stripped down to: 1831 +-- original size: 2549, stripped down to: 1825 if not modules then modules={} end modules ['l-math']={ version=1.001, @@ -6517,7 +6517,7 @@ if not math.tointeger then end if not math.ult then local floor=math.floor - function math.tointeger(m,n) + function math.ult(m,n) return floor(m)