mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-02-09 22:16:29 +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
|
||||
\catcode`\-=12 \catcode`\_=12 % Allow - and _ in VAR.
|
||||
\parsearg\valuexxx}
|
||||
\valuexxx}
|
||||
\def\valuexxx#1{%
|
||||
\expandafter\ifx\csname SET#1\endcsname\relax
|
||||
{\{No value for ``#1''\}}%
|
||||
|
|
Loading…
Reference in a new issue