diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic/tokcycle/tokcycle.tex')
-rw-r--r-- | Master/texmf-dist/tex/generic/tokcycle/tokcycle.tex | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/generic/tokcycle/tokcycle.tex b/Master/texmf-dist/tex/generic/tokcycle/tokcycle.tex index d2e3a059cad..0db55bd49cf 100644 --- a/Master/texmf-dist/tex/generic/tokcycle/tokcycle.tex +++ b/Master/texmf-dist/tex/generic/tokcycle/tokcycle.tex @@ -1,7 +1,7 @@ \def\tcname {tokcycle} -\def\tcver {1.4} +\def\tcver {1.41} % -\def\tcdate {2021/05/27} +\def\tcdate {2021/06/25} % % Author : Steven B Segletes, Christian Tellechea (contributor) % Maintainer : Steven B Segletes @@ -205,7 +205,7 @@ \tc@futuretok}{\spacepoppedtrue\tc@@@pop}{\spacepoppedfalse\tc@@@pop}}}}%_____POP_ \def\tcappto#1from#2{% \expandafter\tc@defx\expandafter#1\expandafter{\expandafter#1#2}} -\def\tcpopliteralappto#1{\tcpopliteral\@tmp\tcappto#1from\@tmp} +\def\tcpopliteralappto#1{\tcpopliteral\@@tmp\tcappto#1from\@@tmp} \def\tcpopappto#1{\tcpop\@tmp\tcappto#1from\@tmp}%___________________________APPEND_ \long\def\tcpopwhitespace#1#2\@tokcycle{\def\tc@popname{#1}\def@popname{}% \def\tc@tmp{#2\@tokcycle}\futurelet\tc@futuretok\tc@popspc} @@ -333,3 +333,7 @@ v1.4 2021/05/26 \tcpopwhitespace, \tcpush, and \tcpushgroup. - Bug fixed in \tc@addtoks definition, in the event that #2 was a number. +v1.41 2021/06/25 + - Bug fix in \tcpopliteralappto (\@tmp interfered with itself). Altered, + substituting \@@tmp. + |