|
| From: | Alexandre Duret-Lutz |
| Subject: | Re: Last part of PR/347: warn about $(foo bar). |
| Date: | 21 Aug 2002 22:58:20 +0200 |
| User-agent: | Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 |
Remind me to no send patches before the test suite has finished...
>>> "adl" == Alexandre Duret-Lutz <address@hidden> writes:
[...]
adl> + # Catch uses of variables whose name does not conform to POSIX.
adl> + foreach my $subvar (subvariables_of ($varname))
adl> + {
adl> + if ($subvar !~ /^[.a-zA-Z0-9_]*$/)
The regex should read /$MACRO_PATTERN/. (This is the same with `@' allowed.)
Otherwise substtarg.test fails.
[...]
--
Alexandre Duret-Lutz
| [Prev in Thread] | Current Thread | [Next in Thread] |