[latex3-commits] [git/LaTeX3-latex3-latex2e] master: fix engine tests ifx/fi usage (69b986e)

David Carlisle d.p.carlisle at gmail.com
Sun Mar 25 17:15:05 CEST 2018


Repository : https://github.com/latex3/latex2e
On branch  : master
Link       : https://github.com/latex3/latex2e/commit/69b986ee619a2533e6a9048f01e694dbc2c3be0e

>---------------------------------------------------------------

commit 69b986ee619a2533e6a9048f01e694dbc2c3be0e
Author: David Carlisle <d.p.carlisle at gmail.com>
Date:   Sun Mar 25 16:15:05 2018 +0100

    fix engine tests ifx/fi usage


>---------------------------------------------------------------

69b986ee619a2533e6a9048f01e694dbc2c3be0e
 base/ltfinal.dtx |   15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

diff --git a/base/ltfinal.dtx b/base/ltfinal.dtx
index 626c6e1..eca5b98 100644
--- a/base/ltfinal.dtx
+++ b/base/ltfinal.dtx
@@ -560,16 +560,11 @@
 %    \end{macrocode}
 %
 %    \begin{macrocode}
-\ifnum\@ne=
-\ifx\Umathchar\@undefined
-  \ifx\mubyte\@undefined
-    \ifx\charsubdef\@undefined
-      \@ne
-    \else\z@
-  \else\z@
-\else
-  \z@
-\fi
+\ifnum0%
+  \ifx\Umathchar\@undefined\else 1\fi
+  \ifx\mubyte\@undefined\else 1\fi
+  \ifx\charsubdef\@undefined\else 1\fi
+  =\z@
 %    \end{macrocode}
 %
 %    \begin{macrocode}





More information about the latex3-commits mailing list