diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/elocalloc')
-rw-r--r-- | Master/texmf-dist/tex/latex/elocalloc/elocalloc.sty | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/elocalloc/elocalloc.sty b/Master/texmf-dist/tex/latex/elocalloc/elocalloc.sty index 76428afca56..7d989d4d935 100644 --- a/Master/texmf-dist/tex/latex/elocalloc/elocalloc.sty +++ b/Master/texmf-dist/tex/latex/elocalloc/elocalloc.sty @@ -7,13 +7,13 @@ %% elocalloc.dtx (with options: `package') %% %% Source File: textcase.dtx -%% Copyright 2015 David Carlisle +%% Copyright 2015-2016 David Carlisle %% %% This file may be distributed under the terms of the LPPL. %% See README for details. \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{elocalloc} - [2015/06/21 v0.02 local allocation for LaTeX 2015+ (DPC)] + [2016/12/15 v0.03 local allocation for LaTeX 2015+ (DPC)] \ifx\e@alloc\@undefined \RequirePackage{etex} \expandafter\endinput @@ -37,7 +37,7 @@ \def\locmuskip{\eloc@lloc{\count 13}\e@alloc@top\muskipdef\muskip} \def\locbox {\eloc@lloc{\count 14}\float@count\e@alloc@chardef\box} \def\loctoks {\eloc@lloc{\count 15}\e@alloc@top\toksdef\toks} -\def\locmarks {\eloc@lloc{\count256}\e@alloc@topt\e@alloc@chardef\marks} +\def\locmarks {\eloc@lloc{\count256}\e@alloc@top\e@alloc@chardef\marks} \endinput %% %% End of file `elocalloc.sty'. |