diff options
author | Karl Berry <karl@freefriends.org> | 2015-10-28 21:52:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-10-28 21:52:54 +0000 |
commit | 01e5c00bb581b8eed8b6cc2b08a9147fb759ce07 (patch) | |
tree | a1bd9795c6c9c237ced7f461ea4c890b701af333 /Master/texmf-dist/source/latex/base/ltplain.dtx | |
parent | 4957862cf064bc3a65f91f9935028b9214e8fd48 (diff) |
latex (28oct15)
git-svn-id: svn://tug.org/texlive/trunk@38732 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/base/ltplain.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/base/ltplain.dtx | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/base/ltplain.dtx b/Master/texmf-dist/source/latex/base/ltplain.dtx index 7f1f5a8eaee..7eb822544dc 100644 --- a/Master/texmf-dist/source/latex/base/ltplain.dtx +++ b/Master/texmf-dist/source/latex/base/ltplain.dtx @@ -32,7 +32,7 @@ %<*driver> % \fi \ProvidesFile{ltplain.dtx} - [2015/08/30 v2.1a LaTeX Kernel (Plain TeX)] + [2015/10/27 v2.1b LaTeX Kernel (Plain TeX)] % \iffalse \documentclass{ltxdoc} \GetFileInfo{ltplain.dtx} @@ -50,7 +50,7 @@ %</driver> % \fi % -% \CheckSum{1343} +% \CheckSum{1345} % % \changes{v1.0a}{1994/03/08} % {Remove need for a driver file.} @@ -545,10 +545,12 @@ % If we've reached the classical top limit, bump to 256 % or 266 for counts (count 256--265 are reserved by the allocation % system). +% \changes{v2.1b}{2015/10/27} +% {Use global assignment when switching to extended range} % \begin{macrocode} \ifnum#1=#2\relax - #1\@cclvi - \ifx\count#4\advance#1 10 \fi + \global#1\@cclvi + \ifx\count#4\global\advance#1 10 \fi \fi % \end{macrocode} % Check we are below the extended limit. |