summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/expl3/l3quark.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/expl3/l3quark.dtx')
-rw-r--r--Master/texmf-dist/source/latex/expl3/l3quark.dtx8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/expl3/l3quark.dtx b/Master/texmf-dist/source/latex/expl3/l3quark.dtx
index c5c5a22c00c..954f903ca06 100644
--- a/Master/texmf-dist/source/latex/expl3/l3quark.dtx
+++ b/Master/texmf-dist/source/latex/expl3/l3quark.dtx
@@ -36,7 +36,7 @@
\RequirePackage{l3names}
%</driver|package>
%\fi
-\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}
%\iffalse
%<*driver>
@@ -254,7 +254,7 @@
% \begin{macro}{\quark_new:N}
% Allocate a new quark.
% \begin{macrocode}
-\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} }
% \end{macrocode}
% \end{macro}
%
@@ -391,7 +391,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:
@@ -429,7 +429,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: