[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: FYI: catch variable names starting with `_' (PR/291).
From: |
Alexandre Duret-Lutz |
Subject: |
Re: FYI: catch variable names starting with `_' (PR/291). |
Date: |
Tue, 09 Jul 2002 10:20:56 +0200 |
User-agent: |
Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i386-debian-linux-gnu) |
>>> "Akim" == Akim Demaille <address@hidden> writes:
>> @@ -5927,8 +5927,13 @@
>> {
>> my ($var, $var_is_am, $type, $cond, $value, $where) = @_;
>>
>> - err $where, "bad characters in macro name `$var'"
>> + err $where, "bad characters in variable name `$var'"
>> if $var !~ /$MACRO_PATTERN/o;
Akim> In Make talk, these are really macros.
Yep, but it will be less confusing if with reserve the word
`macro' for Autoconf macros. The manual already states
that "Makefile macros" are called "variables" in Automake.
--
Alexandre Duret-Lutz