[latex3-commits] [git/LaTeX3-latex3-latex3] main: Missing \expandafter (a7174ecac)

PhelypeOleinik phelype.oleinik at latex-project.org
Thu Feb 10 21:19:18 CET 2022


Repository : https://github.com/latex3/latex3
On branch  : main
Link       : https://github.com/latex3/latex3/commit/a7174ecac4892a97af443da2808dd649a21cf09b

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

commit a7174ecac4892a97af443da2808dd649a21cf09b
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date:   Thu Feb 10 17:19:18 2022 -0300

    Missing \expandafter


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

a7174ecac4892a97af443da2808dd649a21cf09b
 l3kernel/l3bootstrap.dtx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3kernel/l3bootstrap.dtx b/l3kernel/l3bootstrap.dtx
index 153ff61c7..7d170aa6c 100644
--- a/l3kernel/l3bootstrap.dtx
+++ b/l3kernel/l3bootstrap.dtx
@@ -243,7 +243,7 @@
     }%
   \ifnum0%
     \expandafter\ifx\csname expanded\endcsname\relax
-      \ifx\csname pdfstrcmp\endcsname\relax\else 1\fi
+      \expandafter\ifx\csname pdfstrcmp\endcsname\relax\else 1\fi
     \else
       \expandafter\ifx\csname luatexversion\endcsname\relax
         1%





More information about the latex3-commits mailing list.