summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3prg.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-08-16 22:41:08 +0000
committerKarl Berry <karl@freefriends.org>2012-08-16 22:41:08 +0000
commitca1c73f9a8de69e467230c4a57ccf8b07cd275a9 (patch)
tree6272657307f73c14327d6b8bce5d6b7ff97c3f66 /Master/texmf-dist/source/latex/l3kernel/l3prg.dtx
parent22c251adda514ed7b453066de05b2f89707d0fe6 (diff)
finish l3 update
git-svn-id: svn://tug.org/texlive/trunk@27427 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3prg.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/l3prg.dtx17
1 files changed, 5 insertions, 12 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3prg.dtx b/Master/texmf-dist/source/latex/l3kernel/l3prg.dtx
index 6d4fb15351d..0db3e319bb2 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3prg.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/l3prg.dtx
@@ -34,8 +34,8 @@
%% -----------------------------------------------------------------------
%
%<*driver|package>
-\RequirePackage{l3names}
-\GetIdInfo$Id: l3prg.dtx 3986 2012-07-15 19:23:51Z joseph $
+\RequirePackage{l3bootstrap}
+\GetIdInfo$Id: l3prg.dtx 4061 2012-08-08 15:19:07Z bruno $
{L3 Control structures}
%</driver|package>
%<*driver>
@@ -166,7 +166,7 @@
%
% An example can easily clarify matters here:
% \begin{verbatim}
-% \prg_set_conditional:Nnn \foo_if_bar:NN { p , T , TF }
+% \prg_set_conditional:Npnn \foo_if_bar:NN #1#2 { p , T , TF }
% {
% \if_meaning:w \l_tmpa_tl #1
% \prg_return_true:
@@ -1585,15 +1585,8 @@
%
% \begin{macro}{\@@_break_point:}
% \begin{macro}{\@@_break:, \@@_break:n}
-% Very simple analogs of \cs{@@_break_point:Nn} and
-% \cs{@@_map_break:Nn}, for use in fast short-term recursions which
-% are not mappings, do not need to support nesting, and in which
-% nothing has to be done at the end of the loop.
-% \begin{macrocode}
-\cs_new_eq:NN \@@_break_point: \prg_do_nothing:
-\cs_new:Npn \@@_break: #1 \@@_break_point: { }
-\cs_new:Npn \@@_break:n #1#2 \@@_break_point: {#1}
-% \end{macrocode}
+% Also done in \pkg{l3basics} as in format mode these are needed within
+% \pkg{l3alloc}.
% \end{macro}
% \end{macro}
%