[latex3-commits] [git/LaTeX3-latex3-latex3] master: faster tl_if_head_eq_meaning:nN for N-type (d08f7c480)
Bruno Le Floch
blflatex at gmail.com
Tue Oct 27 09:11:58 CET 2020
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/d08f7c4807f909e7f814d1543f66f1f8bdc1979c
>---------------------------------------------------------------
commit d08f7c4807f909e7f814d1543f66f1f8bdc1979c
Author: Jonathan Spratte <jspratte at yahoo.de>
Date: Sun Oct 4 14:04:59 2020 +0200
faster tl_if_head_eq_meaning:nN for N-type
>---------------------------------------------------------------
d08f7c4807f909e7f814d1543f66f1f8bdc1979c
l3kernel/l3tl.dtx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l3kernel/l3tl.dtx b/l3kernel/l3tl.dtx
index 9ba81e6af..85cb9fdb9 100644
--- a/l3kernel/l3tl.dtx
+++ b/l3kernel/l3tl.dtx
@@ -2994,7 +2994,7 @@
\cs_new:Npn \@@_if_head_eq_meaning_normal:nN #1 #2
{
\exp_after:wN \if_meaning:w
- \@@_tl_head:w #1 { ?? \use_none:nnn } \s_@@_stop #2
+ \@@_tl_head:w #1 { !? } \s_@@_stop #2
\prg_return_true:
\else:
\prg_return_false:
More information about the latex3-commits
mailing list.