summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/syst-aux.mkxl
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2020-07-05 23:34:31 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2020-07-05 23:34:31 +0200
commitf6e05e8759bcf6db94d40b9d9ee0beb268f0347c (patch)
tree960cfdb3fffa4a80816f91b396f1e00b5782d757 /tex/context/base/mkiv/syst-aux.mkxl
parent6034a3118b282600abea776e41df31ed2b91c686 (diff)
downloadcontext-f6e05e8759bcf6db94d40b9d9ee0beb268f0347c.tar.gz
2020-07-05 23:03:00
Diffstat (limited to 'tex/context/base/mkiv/syst-aux.mkxl')
-rw-r--r--tex/context/base/mkiv/syst-aux.mkxl6
1 files changed, 3 insertions, 3 deletions
diff --git a/tex/context/base/mkiv/syst-aux.mkxl b/tex/context/base/mkiv/syst-aux.mkxl
index 2c84fe2c6..6574ba9b0 100644
--- a/tex/context/base/mkiv/syst-aux.mkxl
+++ b/tex/context/base/mkiv/syst-aux.mkxl
@@ -3185,7 +3185,7 @@
\globalpushmacro\recurseaction
\unexpanded\gdef\recurseaction##1##2{#4}%
\normalexpanded{\ifcmpnum#3\zerocount
- \ifnum#1<#2\relax
+ \ifnum#1<#2\relax\relax % so we catch \number\numexpr xx without \relax's
\syst_helpers_stepwise_exit
\else
\syst_helpers_stepwise_reverse
@@ -3193,12 +3193,12 @@
\or
\syst_helpers_stepwise_exit
\or
- \ifnum#2<#1\relax
+ \ifnum#2<#1\relax\relax % so we catch \number\numexpr xx without \relax's
\syst_helpers_stepwise_exit
\else
\syst_helpers_stepwise_recurse
\fi
- \fi{\number#1}{\number#2}{\number#3}}
+ \fi{\number#1}{\number#2}{\number#3}}%
\globalpopmacro\recurselevel
\globalpopmacro\recurseaction
\global\advance\outerrecurse\minusone}