summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/math-ext.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/math-ext.lua')
-rw-r--r--tex/context/base/mkiv/math-ext.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mkiv/math-ext.lua b/tex/context/base/mkiv/math-ext.lua
index 15a93d62e..b923853f4 100644
--- a/tex/context/base/mkiv/math-ext.lua
+++ b/tex/context/base/mkiv/math-ext.lua
@@ -30,7 +30,7 @@ local mathplus = { }
local function addextra(unicode)
local min = mathematics.extrabase
- local max = mathematics.privatebase - 1
+ local max = min + 0xFFF
if unicode >= min and unicode <= max then
if chardata[unicode] then
mathplus[unicode] = true