[latex3-commits] [git/LaTeX3-latex3-latex3] scan-quark: Replace public scan marks in l3fp-{convert, expo} (98317cf0f)

PhelypeOleinik tex.phelype at gmail.com
Sat Mar 21 02:18:02 CET 2020


Repository : https://github.com/latex3/latex3
On branch  : scan-quark
Link       : https://github.com/latex3/latex3/commit/98317cf0fd79ebf9e427e05d17c170b22509c987

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

commit 98317cf0fd79ebf9e427e05d17c170b22509c987
Author: PhelypeOleinik <tex.phelype at gmail.com>
Date:   Fri Mar 20 22:18:02 2020 -0300

    Replace public scan marks in l3fp-{convert,expo}


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

98317cf0fd79ebf9e427e05d17c170b22509c987
 l3kernel/l3fp-convert.dtx | 4 ++--
 l3kernel/l3fp-expo.dtx    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/l3kernel/l3fp-convert.dtx b/l3kernel/l3fp-convert.dtx
index 03e40eae3..ec0df295f 100644
--- a/l3kernel/l3fp-convert.dtx
+++ b/l3kernel/l3fp-convert.dtx
@@ -111,11 +111,11 @@
 \cs_new:Npn \@@_trim_zeros:w #1 ;
   {
     \@@_trim_zeros_loop:w #1
-      ; \@@_trim_zeros_loop:w 0; \@@_trim_zeros_dot:w .; \s_stop
+      ; \@@_trim_zeros_loop:w 0; \@@_trim_zeros_dot:w .; \s_@@_stop
   }
 \cs_new:Npn \@@_trim_zeros_loop:w #1 0; #2 { #2 #1 ; #2 }
 \cs_new:Npn \@@_trim_zeros_dot:w #1 .; { \@@_trim_zeros_end:w #1 ; }
-\cs_new:Npn \@@_trim_zeros_end:w #1 ; #2 \s_stop { #1 }
+\cs_new:Npn \@@_trim_zeros_end:w #1 ; #2 \s_@@_stop { #1 }
 %    \end{macrocode}
 % \end{macro}
 % \end{macro}
diff --git a/l3kernel/l3fp-expo.dtx b/l3kernel/l3fp-expo.dtx
index 8489efefa..31fdfe0bd 100644
--- a/l3kernel/l3fp-expo.dtx
+++ b/l3kernel/l3fp-expo.dtx
@@ -704,7 +704,7 @@
     ; #2#3#4 0000 0000 ;
   }
 \cs_new:Npn \@@_exp_Taylor_ii:ww #1; #2;
-  { \@@_exp_Taylor_loop:www 10 ; #1 ; #1 ; \s_stop }
+  { \@@_exp_Taylor_loop:www 10 ; #1 ; #1 ; \s_@@_stop }
 \cs_new:Npn \@@_exp_Taylor_loop:www #1; #2; #3;
   {
     \if_int_compare:w #1 = 1 \exp_stop_f:
@@ -719,7 +719,7 @@
       #2 ;
     }
   }
-\cs_new:Npn \@@_exp_Taylor_break:Nww #1 #2; #3 \s_stop
+\cs_new:Npn \@@_exp_Taylor_break:Nww #1 #2; #3 \s_@@_stop
   { \@@_fixed_add_one:wN #2 ; }
 %    \end{macrocode}
 % \end{macro}





More information about the latex3-commits mailing list.