diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3expan.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3kernel/l3expan.dtx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3expan.dtx b/Master/texmf-dist/source/latex/l3kernel/l3expan.dtx index 2b15d471d7b..db0cfc7e94a 100644 --- a/Master/texmf-dist/source/latex/l3kernel/l3expan.dtx +++ b/Master/texmf-dist/source/latex/l3kernel/l3expan.dtx @@ -24,7 +24,7 @@ \documentclass[full]{l3doc} %</driver> %<*driver|package> -\GetIdInfo$Id: l3expan.dtx 6805 2016-12-28 22:15:52Z joseph $ +\GetIdInfo$Id: l3expan.dtx 6967 2017-02-20 14:51:30Z bruno $ {L3 Argument expansion} %</driver|package> %<*driver> @@ -1426,11 +1426,11 @@ %\cs_new_eq:NN \exp:w \tex_romannumeral:D % \end{macrocode} % So to stop the expansion sequence in a controlled way all we need -% to provide is \cs{c_zero} as part of expanded tokens. As this is +% to provide is a constant integer zero as part of expanded tokens. As this is % an integer constant it will immediately stop % \cs{tex_romannumerl:D}'s search for a number. % \begin{macrocode} -%\cs_new_eq:NN \exp_end: \c_zero +%\int_const:Nn \exp_end: { 0 } % \end{macrocode} % (Note that according to our specification all tokens we expand % initiated by \cs{exp:w} are supposed to be expandable (as well as |