summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/mlib-cnt.lmt
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2021-05-09 17:39:46 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2021-05-09 17:39:46 +0200
commit4396699cb99f42f6378ed7229788bbceb898851a (patch)
tree27558ace7551b158ad0d515aa7e761caef844e96 /tex/context/base/mkxl/mlib-cnt.lmt
parenta2ebcf294b4f2b10a3ecef1d1d3c7de7694c498c (diff)
downloadcontext-4396699cb99f42f6378ed7229788bbceb898851a.tar.gz
2021-05-09 17:14:00
Diffstat (limited to 'tex/context/base/mkxl/mlib-cnt.lmt')
-rw-r--r--tex/context/base/mkxl/mlib-cnt.lmt4
1 files changed, 1 insertions, 3 deletions
diff --git a/tex/context/base/mkxl/mlib-cnt.lmt b/tex/context/base/mkxl/mlib-cnt.lmt
index bddcb33b8..9d8a483ba 100644
--- a/tex/context/base/mkxl/mlib-cnt.lmt
+++ b/tex/context/base/mkxl/mlib-cnt.lmt
@@ -49,8 +49,6 @@ local next, type, tostring = next, type, tostring
local round, abs, min, max, floor = math.round, math.abs, math.min, math.max, math.floor
local concat, move = table.concat, table.move
-local bor = bit32.bor -- it's really time to ditch support for luajit
-
local starttiming = statistics.starttiming
local stoptiming = statistics.stoptiming
local resettiming = statistics.resettiming
@@ -421,7 +419,7 @@ function mp.lmt_contours_start()
for j=1,ny do
local f = fi[j]
if f >= minr and f <= maxr then
- di[j] = bor(di[j],bit)
+ di[j] = di[j] | bit
end
end
end