[latex3-commits] [latex3/latex3] main: Revert "Change the delimiter token in \int_div_truncate:nn" (de9988bce)

github at latex-project.org github at latex-project.org
Mon Mar 25 17:59:37 CET 2024


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

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

commit de9988bce48615ea143e8130343a115c0b985072
Author: Joseph Wright <joseph at texdev.net>
Date:   Mon Mar 25 16:59:37 2024 +0000

    Revert "Change the delimiter token in \int_div_truncate:nn"
    
    This reverts commit e6af8d96e8ea40d02442901221b9130a22bd449e.


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

de9988bce48615ea143e8130343a115c0b985072
 l3kernel/l3int.dtx | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/l3kernel/l3int.dtx b/l3kernel/l3int.dtx
index 8bb3b4ad3..9fa2a547f 100644
--- a/l3kernel/l3int.dtx
+++ b/l3kernel/l3int.dtx
@@ -1271,11 +1271,11 @@
   {
     \int_value:w \@@_eval:w
       \exp_after:wN \@@_div_truncate:NwNw
-      \int_value:w \@@_eval:w #1 \exp_after:wN !
-      \int_value:w \@@_eval:w #2 !
+      \int_value:w \@@_eval:w #1 \exp_after:wN ;
+      \int_value:w \@@_eval:w #2 ;
     \@@_eval_end:
   }
-\cs_new:Npn \@@_div_truncate:NwNw #1#2! #3#4!
+\cs_new:Npn \@@_div_truncate:NwNw #1#2; #3#4;
   {
     \if_meaning:w 0 #1
       0
@@ -1299,12 +1299,12 @@
 \cs_new:Npn \int_mod:nn #1#2
   {
     \int_value:w \@@_eval:w \exp_after:wN \@@_mod:ww
-      \int_value:w \@@_eval:w #1 \exp_after:wN !
-      \int_value:w \@@_eval:w #2 !
+      \int_value:w \@@_eval:w #1 \exp_after:wN ;
+      \int_value:w \@@_eval:w #2 ;
     \@@_eval_end:
   }
-\cs_new:Npn \@@_mod:ww #1! #2!
-  { #1 - ( \@@_div_truncate:NwNw #1 ! #2 ! ) * #2 }
+\cs_new:Npn \@@_mod:ww #1; #2;
+  { #1 - ( \@@_div_truncate:NwNw #1 ; #2 ; ) * #2 }
 %    \end{macrocode}
 % \end{macro}
 % \end{macro}





More information about the latex3-commits mailing list.