diff options
author | Karl Berry <karl@freefriends.org> | 2010-03-31 00:04:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-03-31 00:04:47 +0000 |
commit | 3ab55a61f6f8d2218a8f3175bc7481ce162b60d3 (patch) | |
tree | f606e0c2117a8058213441400e50ba25400ba94a /Master/texmf-dist/tex/latex/expl3/l3quark.sty | |
parent | 035ea73193af75f6ade46e306603e61d82b24950 (diff) |
expl3 1881 (30mar10)
git-svn-id: svn://tug.org/texlive/trunk@17631 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/expl3/l3quark.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/expl3/l3quark.sty | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/expl3/l3quark.sty b/Master/texmf-dist/tex/latex/expl3/l3quark.sty index 8302f07306a..79e0f26f0b3 100644 --- a/Master/texmf-dist/tex/latex/expl3/l3quark.sty +++ b/Master/texmf-dist/tex/latex/expl3/l3quark.sty @@ -48,12 +48,12 @@ %% %% ----------------------------------------------------------------------- \RequirePackage{l3names} -\GetIdInfo$Id: l3quark.dtx 1365 2009-05-31 17:26:17Z mittelba $ +\GetIdInfo$Id: l3quark.dtx 1853 2010-03-21 09:11:08Z joseph $ {L3 Experimental Quark Commands} \ProvidesExplPackage {\filename}{\filedate}{\fileversion}{\filedescription} \package_check_loaded_expl: -\cs_new_nopar:Npn \quark_new:N #1{\tl_new:Nn #1{#1}} +\cs_new_protected_nopar:Npn \quark_new:N #1 { \tl_const:Nn #1 {#1} } \quark_new:N \q_stop \quark_new:N \q_no_value \quark_new:N \q_nil @@ -110,7 +110,7 @@ \prg_new_conditional:Nnn \quark_if_no_value:n {p,TF,T,F} { \exp_args:NNo \if_predicate:w \str_if_eq_var_p:nf - {\token_to_str:N\q_no_value\iow_space:} + {\token_to_str:N\q_no_value\c_space_tl} {\tl_to_str:n{#1}} \prg_return_true: \else: \prg_return_false: \fi: @@ -132,7 +132,7 @@ \prg_new_conditional:Nnn \quark_if_nil:n {p,TF,T,F} { \exp_args:NNo \if_predicate:w \str_if_eq_var_p:nf - {\token_to_str:N\q_nil\iow_space:} + {\token_to_str:N\q_nil\c_space_tl} {\tl_to_str:n{#1}} \prg_return_true: \else: \prg_return_false: \fi: |