Skip to content

Commit

Permalink
Another improvement for #855
Browse files Browse the repository at this point in the history
  • Loading branch information
muzimuzhi authored and hmenke committed May 21, 2020
1 parent a7cccca commit 6b79a6d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tex/generic/pgf/utilities/pgffor.code.tex
Original file line number Diff line number Diff line change
Expand Up @@ -735,11 +735,7 @@
\def\pgffor@remember@@@parse@old#1#2#3(initially #4)#5\pgffor@stop#6\pgffor@@stop{%
\pgfutil@append@tomacro{\pgffor@assign@after@code}{\edef#2{#1}}%
\pgfutil@append@tomacro{\pgffor@remember@code}{\noexpand\def\noexpand#2{#2}}%
\def\pgffor@test{#4}%
\ifx\pgffor@test\pgfutil@empty%
\else%
\pgfutil@append@tomacro{\pgffor@assign@once@code}{\def#2{#4}}%
\fi%
\pgfutil@append@tomacro{\pgffor@assign@once@code}{\def#2{#4}}%
}

\def\pgffor@count@parse#1#2\pgffor@stop{%
Expand Down

0 comments on commit 6b79a6d

Please sign in to comment.