diff options
author | Karl Berry <karl@freefriends.org> | 2015-06-23 15:54:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-06-23 15:54:21 +0000 |
commit | 6e371df749819c2568786e88698c270894631674 (patch) | |
tree | f3b817d8d814b0a7121b0af2df626a8d9b64f6d2 /Master/texmf-dist/source | |
parent | 71ee50ca13287166e738dad2c16fb99cf874461c (diff) |
elocalloc
git-svn-id: svn://tug.org/texlive/trunk@37644 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/latex/elocalloc/elocalloc.dtx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/elocalloc/elocalloc.dtx b/Master/texmf-dist/source/latex/elocalloc/elocalloc.dtx index 0580a7fff8b..8d6991ded93 100644 --- a/Master/texmf-dist/source/latex/elocalloc/elocalloc.dtx +++ b/Master/texmf-dist/source/latex/elocalloc/elocalloc.dtx @@ -13,7 +13,7 @@ %<driver> \ProvidesFile{elocalloc.drv} % \fi % \ProvidesFile{elocalloc.dtx} - [2015/05/09 v0.01 local allocation for LaTeX 2015+ (DPC)] + [2015/06/21 v0.02 local allocation for LaTeX 2015+ (DPC)] % % \iffalse %<*driver> @@ -96,12 +96,12 @@ % Note that this means that (unlike the \textsf{etex} package originals) % locally allocating one register affects the top of the other registers % that share the same top of range, but doing otherwise would mean storing -% separate values ofr each type, and would make it harder to make +% separate values for each type, and would make it harder to make % |\extrafloats| work, should such an extension ever be needed. % \begin{macrocode} \def\eloc@lloc#1#2#3#4#5{% \def\extrafloats##1{% - \PackageWarning{elocalloc}{\string\extrafloats\space ignored}} + \PackageWarning{elocalloc}{\string\extrafloats\space ignored}}% \e@ch@ck{#1}#2\z@#3% \expandafter\e@alloc@chardef\expandafter#2% \the\numexpr#2-1\relax |