[latex3-commits] [l3svn] 02/02: Already have \c_hash_sr available
noreply at latex-project.org
noreply at latex-project.org
Wed Dec 23 21:41:06 CET 2015
This is an automated email from the git hooks/post-receive script.
joseph pushed a commit to branch master
in repository l3svn.
commit c7c5374e64db85af7f6dce9013255e71bab358af
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Dec 23 14:36:05 2015 +0000
Already have \c_hash_sr available
---
l3kernel/l3str.dtx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/l3kernel/l3str.dtx b/l3kernel/l3str.dtx
index b47f0d2..9b60bf2 100644
--- a/l3kernel/l3str.dtx
+++ b/l3kernel/l3str.dtx
@@ -1610,7 +1610,7 @@
% \begin{macrocode}
\cs_set_protected:Npn \@@_parse:w #1#2 \q_stop
{
- \reverse_if:N \if:w \l_@@_hash_tl #1
+ \reverse_if:N \if:w \c_hash_str #1
\@@_parse_auxi:w #1#2 \q_stop
\else:
\if_int_compare:w \__str_if_eq_x:nn
@@ -1619,7 +1619,6 @@
\fi:
\fi:
}
- \cs_set_nopar:Npx \l_@@_hash_tl { \token_to_str:N # }
% \end{macrocode}
% Storing each exception is always done in the same way: create a constant
% token list which expands to exactly the mapping. These will have the
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list