[latex3-commits] [l3svn] 01/04: Slight efficiency improvement

noreply at latex-project.org noreply at latex-project.org
Sun Sep 10 18:29:45 CEST 2017


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

commit 29d83cd90b67468e148e53dfacc0002d2d11cf02
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sun Sep 10 16:33:48 2017 +0100

    Slight efficiency improvement
---
 l3trial/l3image/l3image.dtx |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/l3trial/l3image/l3image.dtx b/l3trial/l3image/l3image.dtx
index 349aadf..6d5bc39 100644
--- a/l3trial/l3image/l3image.dtx
+++ b/l3trial/l3image/l3image.dtx
@@ -321,12 +321,12 @@
   {
     \cs_new_protected:Npn \exp_not:N \@@_read_bb_auxiii:w
       ##1 \c_colon_str ##2 \exp_not:N \q_stop
-  }
-  {
-    \str_if_eq_x:nnT
-      { \c_percent_str \c_percent_str BoundingBox }
-      {#1}
-      { \@@_read_bb_auxiv:w #2 ( ) \q_stop }
+      {
+        \exp_not:N \str_if_eq:nnT
+          { \c_percent_str \c_percent_str BoundingBox }
+          {##1}
+          { \exp_not:N \@@_read_bb_auxiv:w ##2 ( ) \exp_not:N \q_stop }
+      }
   }
 %    \end{macrocode}
 %   If the bounding box is |atend|, just ignore the current one and keep going.

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list