[latex3-commits] [latex3/latex3] main: Further optimisation (8a845e812)

github at latex-project.org github at latex-project.org
Wed Oct 18 06:51:18 CEST 2023


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

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

commit 8a845e812d4369c965a875ae84dafe5e1aaacec7
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Oct 18 05:51:18 2023 +0100

    Further optimisation


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

8a845e812d4369c965a875ae84dafe5e1aaacec7
 l3kernel/l3text-case.dtx | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/l3kernel/l3text-case.dtx b/l3kernel/l3text-case.dtx
index e4f7f1530..762dde109 100644
--- a/l3kernel/l3text-case.dtx
+++ b/l3kernel/l3text-case.dtx
@@ -307,9 +307,10 @@
       }
     {#1} {#2} {#3} #4 \q_@@_recursion_stop
   }
-\cs_new:Npn \@@_change_case_break:w #1 \q_@@_recursion_stop
-  { \@@_change_case_break_aux:w \prg_do_nothing: #1 }
-\cs_new:Npn \@@_change_case_break_aux:w #1 \q_@@_recursion_tail
+\cs_new:Npn \@@_change_case_break:w
+  { \@@_change_case_break_aux:w \prg_do_nothing: }
+\cs_new:Npn \@@_change_case_break_aux:w
+  #1 \q_@@_recursion_tail \q_@@_recursion_stop
   {
     \@@_change_case_store:o {#1}
     \@@_change_case_end:w





More information about the latex3-commits mailing list.