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/tex | |
parent | 71ee50ca13287166e738dad2c16fb99cf874461c (diff) |
elocalloc
git-svn-id: svn://tug.org/texlive/trunk@37644 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/elocalloc/elocalloc.sty | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/elocalloc/elocalloc.sty b/Master/texmf-dist/tex/latex/elocalloc/elocalloc.sty index dd273773039..76428afca56 100644 --- a/Master/texmf-dist/tex/latex/elocalloc/elocalloc.sty +++ b/Master/texmf-dist/tex/latex/elocalloc/elocalloc.sty @@ -13,7 +13,7 @@ %% See README for details. \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{elocalloc} - [2015/05/09 v0.01 local allocation for LaTeX 2015+ (DPC)] + [2015/06/21 v0.02 local allocation for LaTeX 2015+ (DPC)] \ifx\e@alloc\@undefined \RequirePackage{etex} \expandafter\endinput @@ -25,7 +25,7 @@ \fi \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 |