mirror of
https://github.com/mirror/make.git
synced 2025-03-01 05:10:39 +08:00
(\value): Don't call \parsearg, @value takes a simple arg.
This commit is contained in:
parent
a71d56b4cc
commit
9b0b3a6e70
@ -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 New Issue
Block a user