diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/xfor')
-rw-r--r-- | Master/texmf-dist/tex/latex/xfor/xfor.sty | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/xfor/xfor.sty b/Master/texmf-dist/tex/latex/xfor/xfor.sty index 26ee7040312..b1992383595 100644 --- a/Master/texmf-dist/tex/latex/xfor/xfor.sty +++ b/Master/texmf-dist/tex/latex/xfor/xfor.sty @@ -31,7 +31,7 @@ %% append new stuff to new list %% check to see if for loop was prematurely terminated \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{xfor}[2007/06/27 v1.0 (NLCT)] +\ProvidesPackage{xfor}[2007/07/11 v1.01 (NLCT)] \newif\if@endfor \long\def\@for#1:=#2\do#3{% \@endforfalse @@ -64,8 +64,8 @@ \fi \fi } -\def\@forgatherrest#1,\@nil,\@nil{\def\@forremainder{#1}} -\def\@iforgatherrest#1\@nil,\@nil{% +\long\def\@forgatherrest#1,\@nil,\@nil{\def\@forremainder{#1}} +\long\def\@iforgatherrest#1\@nil,\@nil{% \def\@fortmp{#1}% \ifx\@fortmp\@empty \def\@forremainder{}% |