mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-02-10 14:24:53 +00:00
(\value): Don't call \parsearg, @value takes a simple arg.
This commit is contained in:
parent
a71d56b4cc
commit
9b0b3a6e70
1 changed files with 1 additions and 1 deletions
|
@ -893,7 +893,7 @@ where each line of input produces a line of output.}
|
||||||
%
|
%
|
||||||
\def\value{\begingroup
|
\def\value{\begingroup
|
||||||
\catcode`\-=12 \catcode`\_=12 % Allow - and _ in VAR.
|
\catcode`\-=12 \catcode`\_=12 % Allow - and _ in VAR.
|
||||||
\parsearg\valuexxx}
|
\valuexxx}
|
||||||
\def\valuexxx#1{%
|
\def\valuexxx#1{%
|
||||||
\expandafter\ifx\csname SET#1\endcsname\relax
|
\expandafter\ifx\csname SET#1\endcsname\relax
|
||||||
{\{No value for ``#1''\}}%
|
{\{No value for ``#1''\}}%
|
||||||
|
|
Loading…
Reference in a new issue