[latex3-commits] [git/LaTeX3-latex3-latex3] master: Revert "Split a few __tl" (574b090)
Joseph Wright
joseph.wright at morningstar2.co.uk
Tue Apr 3 19:30:09 CEST 2018
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/574b0900ce613dbb57823c73cac16c2e43d681c7
>---------------------------------------------------------------
commit 574b0900ce613dbb57823c73cac16c2e43d681c7
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Tue Apr 3 11:23:51 2018 +0100
Revert "Split a few __tl"
This reverts commit d6fc40b9136ec27a00ae11da38f1dcff3e82aa1e.
>---------------------------------------------------------------
574b0900ce613dbb57823c73cac16c2e43d681c7
l3kernel/l3str.dtx | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/l3kernel/l3str.dtx b/l3kernel/l3str.dtx
index 4f191c1..6738c8b 100644
--- a/l3kernel/l3str.dtx
+++ b/l3kernel/l3str.dtx
@@ -2046,7 +2046,7 @@
\str_if_eq:nnF { #5 ~ } {#7}
{
\tl_const:cx
- { c_ _tl_mixed_case_ \utex_char:D "#1 _tl }
+ { c__tl_mixed_case_ \utex_char:D "#1 _tl }
{ \utex_char:D "#7 }
}
}
@@ -2106,7 +2106,7 @@
}
\cs_set_protected:Npn \@@_store:nnnnn #1#2#3#4#5
{
- \tl_const:cx { c_ _tl_ #2 _case_ \utex_char:D "#1 _tl }
+ \tl_const:cx { c__tl_ #2 _case_ \utex_char:D "#1 _tl }
{
\utex_char:D "#3 ~
\utex_char:D "#4 ~
@@ -2116,7 +2116,7 @@
\str_if_eq:nnF {#2} { mixed }
{
\str_const:cx { c_@@_ #2 _case_ \utex_char:D "#1 _str }
- { \tl_use:c { c_ _tl_ #2 _case_ \utex_char:D "#1 _tl } }
+ { \tl_use:c { c__tl_ #2 _case_ \utex_char:D "#1 _tl } }
}
}
\@@_map_inline:n { SpecialCasing.txt }
@@ -2137,8 +2137,8 @@
\str_const:cn { c_@@_fold_case_ #1 _str } {#2}
\str_const:cn { c_@@_lower_case_ #1 _str } {#2}
\str_const:cn { c_@@_upper_case_ #2 _str } {#1}
- \tl_const:cn { c_ _tl_lower_case_ #1 _tl } {#2}
- \tl_const:cn { c_ _tl_upper_case_ #2 _tl } {#1}
+ \tl_const:cn { c__tl_lower_case_ #1 _tl } {#2}
+ \tl_const:cn { c__tl_upper_case_ #2 _tl } {#1}
\@@_tmp:NN
}
\@@_tmp:NN
More information about the latex3-commits
mailing list