mirror of
https://github.com/mirror/make.git
synced 2026-09-02 04:38:12 +08:00
(\value): Don't call \parsearg, @value takes a simple arg.
This commit is contained in:
@@ -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''\}}%
|
||||
|
||||
Reference in New Issue
Block a user