[latex3-commits] [latex2e-public] r1452 - allocationnumber set locally (for some reason)
noreply at latex-project.org
noreply at latex-project.org
Mon Apr 10 22:05:57 CEST 2017
Author: carlisle
Date: 2017-04-10 22:05:57 +0200 (Mon, 10 Apr 2017)
New Revision: 1452
Modified:
trunk/base/ltplain.dtx
Log:
allocationnumber set locally (for some reason)
Modified: trunk/base/ltplain.dtx
===================================================================
--- trunk/base/ltplain.dtx 2017-04-10 18:40:03 UTC (rev 1451)
+++ trunk/base/ltplain.dtx 2017-04-10 20:05:57 UTC (rev 1452)
@@ -378,8 +378,8 @@
\else
\def\newwrite {\e at alloc\write
{\ifnum\allocationnumber=18
- \global\advance\allocationnumber\@ne
- \global\count17\allocationnumber
+ \advance\count17\@ne
+ \allocationnumber\count17 %
\fi
\global\chardef}%
{\count17}%
@@ -689,7 +689,7 @@
% \begin{macro}{\alloc@}
% \begin{macrocode}
\def\alloc@#1#2#3#4#5{\global\advance\count1#1\@ne
- \ch at ck#1#4#2% make sure there's still room
+ \ch at ck#1#4#2%
\allocationnumber\count1#1%
\global#3#5\allocationnumber
\wlog{\string#5=\string#2\the\allocationnumber}}
More information about the latex3-commits
mailing list