summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/base/ltplain.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/base/ltplain.dtx')
-rw-r--r--Master/texmf-dist/source/latex/base/ltplain.dtx10
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.