[latex3-commits] [l3svn] 04/04: One internal var marked as such

noreply at latex-project.org noreply at latex-project.org
Wed Sep 23 14:42:13 CEST 2015


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

joseph pushed a commit to branch master
in repository l3svn.

commit 0688bfd637fd0d312ac6864d461c6c77947e7ca0
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Sep 23 10:28:54 2015 +0100

    One internal var marked as such
---
 l3kernel/l3token.dtx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3kernel/l3token.dtx b/l3kernel/l3token.dtx
index 696de2f..ea32ea7 100644
--- a/l3kernel/l3token.dtx
+++ b/l3kernel/l3token.dtx
@@ -1955,7 +1955,7 @@
 %   is not a primitive.
 %
 %    \begin{macrocode}
-\tex_chardef:D \c_token_A_int = `A ~ %
+\tex_chardef:D \c_@@_A_int = `A ~ %
 \use:x
   {
     \prg_new_conditional:Npnn \exp_not:N \token_if_primitive:N ##1
@@ -1992,7 +1992,7 @@
   }
 \cs_new:Npn \@@_if_primitive_loop:N #1
   {
-    \if_int_compare:w `#1 < \c_token_A_int %
+    \if_int_compare:w `#1 < \c_@@_A_int %
       \exp_after:wN \@@_if_primitive:Nw
       \exp_after:wN #1
     \else:

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


More information about the latex3-commits mailing list