[latex3-commits] [git/LaTeX3-latex3-latex3] master: Missing \scan_stop: (fixes #577) (c4caaed)

Joseph Wright joseph.wright at morningstar2.co.uk
Mon May 20 14:47:27 CEST 2019


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/c4caaedafb6c221df2567ceaf5e6e5365d7f1973

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

commit c4caaedafb6c221df2567ceaf5e6e5365d7f1973
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Mon May 20 13:46:16 2019 +0100

    Missing \scan_stop: (fixes #577)


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

c4caaedafb6c221df2567ceaf5e6e5365d7f1973
 l3experimental/l3benchmark/l3benchmark.dtx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3experimental/l3benchmark/l3benchmark.dtx b/l3experimental/l3benchmark/l3benchmark.dtx
index 1bb701c..18d47f4 100644
--- a/l3experimental/l3benchmark/l3benchmark.dtx
+++ b/l3experimental/l3benchmark/l3benchmark.dtx
@@ -154,7 +154,7 @@
     \cs_if_exist:NT \tex_elapsedtime:D
       {
         \cs_new:Npn \sys_timer:
-          { \int_eval:w \tex_elapsedtime:D }
+          { \int_eval:w \tex_elapsedtime:D \scan_stop: }
       }
   }
 \@@_const:nn { sys_if_timer_exist }





More information about the latex3-commits mailing list