summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/cweb-latex/cweb.cls
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2012-12-02 23:59:34 +0000
committerNorbert Preining <preining@logic.at>2012-12-02 23:59:34 +0000
commit50d02ff405a42c546de67a95c3031231aa1fcf39 (patch)
tree716e87b94648af8c59bd071baeb5c97ef8e6726d /Master/texmf-dist/tex/latex/cweb-latex/cweb.cls
parentdf141e41c79cc6a9b97f9ac0de97b19054849e9b (diff)
cweb-latex half-update fixing cweb.cls (needs patching) and location of
cwebbase.tex (wrongly installed as doc file) git-svn-id: svn://tug.org/texlive/trunk@28426 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/cweb-latex/cweb.cls')
-rw-r--r--Master/texmf-dist/tex/latex/cweb-latex/cweb.cls8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/cweb-latex/cweb.cls b/Master/texmf-dist/tex/latex/cweb-latex/cweb.cls
index ae512c54b15..284ee428f3a 100644
--- a/Master/texmf-dist/tex/latex/cweb-latex/cweb.cls
+++ b/Master/texmf-dist/tex/latex/cweb-latex/cweb.cls
@@ -836,16 +836,16 @@ by LaTeX.%
%%% \sect Let's make sure that the expansion of |\end| is the one that we
%%% expect. Then we can define |\cweb@skip_end| appropriately, we have to
-%%% skip 5~tokens.
+%%% skip 4~tokens.
%%% \beginprog
\CheckCommand*\end[1]{%
\csname end#1\endcsname\@checkend{#1}%
\expandafter\endgroup\if@endpe\@doendpe\fi
-% 1 2 3 4 5
- \if@ignore\global\@ignorefalse\ignorespaces\fi}
+% 1 2 3 4
+ \if@ignore\@ignorefalse\ignorespaces\fi}
-\def\cweb@skip_end#1#2#3#4#5{\cweb@check_fi}
+\def\cweb@skip_end#1#2#3#4{\cweb@check_fi}
%%% \endprog