diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/expl3/l3seq.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/expl3/l3seq.sty | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/expl3/l3seq.sty b/Master/texmf-dist/tex/latex/expl3/l3seq.sty index 446e898e857..a14df7ccef1 100644 --- a/Master/texmf-dist/tex/latex/expl3/l3seq.sty +++ b/Master/texmf-dist/tex/latex/expl3/l3seq.sty @@ -48,7 +48,7 @@ %% %% ----------------------------------------------------------------------- \RequirePackage{l3names} -\GetIdInfo$Id: l3seq.dtx 1415 2009-06-17 19:37:24Z will $ +\GetIdInfo$Id: l3seq.dtx 1692 2009-11-03 21:02:34Z joseph $ {L3 Experimental sequences and stacks} \ProvidesExplPackage {\filename}{\filedate}{\fileversion}{\filedescription} @@ -92,9 +92,9 @@ } \exp_after:wN \seq_tmp:w #1 \seq_elt:w #2 \seq_elt_end: \q_no_value \q_stop } -\cs_generate_variant:Nn \seq_if_in:NnTF {cV,co,c,cx} -\cs_generate_variant:Nn \seq_if_in:NnT {cV,co,c,cx} -\cs_generate_variant:Nn \seq_if_in:NnF {cV,co,c,cx} +\cs_generate_variant:Nn \seq_if_in:NnTF { NV, cV, co, c, cx} +\cs_generate_variant:Nn \seq_if_in:NnT { NV, cV, co, c, cx} +\cs_generate_variant:Nn \seq_if_in:NnF { NV, cV, co, c, cx} \cs_new_nopar:Npn \seq_get:NN #1 { \seq_if_empty_err:N #1 \exp_after:wN \seq_get_aux:w #1 \q_stop @@ -178,12 +178,12 @@ } \cs_generate_variant:Nn \seq_map_inline:Nn {c} \seq_new:N \l_seq_remove_seq -\cs_new:Nn \seq_remove_duplicates_aux:NN { +\cs_new:Npn \seq_remove_duplicates_aux:NN #1#2 { \seq_clear:N \l_seq_remove_seq \seq_map_function:NN #2 \seq_remove_duplicates_aux:n #1 #2 \l_seq_remove_seq } -\cs_new:Nn \seq_remove_duplicates_aux:n { +\cs_new:Npn \seq_remove_duplicates_aux:n #1 { \seq_if_in:NnF \l_seq_remove_seq {#1} { \seq_put_right:Nn \l_seq_remove_seq {#1} } |