summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/l3kernel/l3clist.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/l3kernel/l3clist.sty')
-rw-r--r--Master/texmf-dist/tex/latex/l3kernel/l3clist.sty10
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/l3kernel/l3clist.sty b/Master/texmf-dist/tex/latex/l3kernel/l3clist.sty
index 284830694db..6edd2295361 100644
--- a/Master/texmf-dist/tex/latex/l3kernel/l3clist.sty
+++ b/Master/texmf-dist/tex/latex/l3kernel/l3clist.sty
@@ -48,7 +48,7 @@
%%
%% -----------------------------------------------------------------------
\RequirePackage{l3bootstrap}
-\GetIdInfo$Id: l3clist.dtx 4212 2012-09-09 12:24:04Z bruno $
+\GetIdInfo$Id: l3clist.dtx 4339 2012-11-24 19:16:43Z joseph $
{L3 Comma separated lists}
\ProvidesExplPackage
{\ExplFileName}{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription}
@@ -106,22 +106,22 @@
\cs_new:Npn \__clist_trim_spaces:n #1
{
\__clist_trim_spaces_generic:nw
- { \__clist_trim_spaces_ii:nn { } }
+ { \__clist_trim_spaces:nn { } }
\q_mark #1 ,
\q_recursion_tail, \q_recursion_stop
}
-\cs_new:Npn \__clist_trim_spaces_ii:nn #1 #2
+\cs_new:Npn \__clist_trim_spaces:nn #1 #2
{
\quark_if_recursion_tail_stop:n {#2}
\tl_if_empty:nTF {#2}
{
\__clist_trim_spaces_generic:nw
- { \__clist_trim_spaces_ii:nn {#1} } \q_mark
+ { \__clist_trim_spaces:nn {#1} } \q_mark
}
{
#1 \exp_not:n {#2}
\__clist_trim_spaces_generic:nw
- { \__clist_trim_spaces_ii:nn { , } } \q_mark
+ { \__clist_trim_spaces:nn { , } } \q_mark
}
}
\cs_new_protected:Npn \clist_set:Nn #1#2