[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [patch] autoconf.sh
From: |
Alexandre Oliva |
Subject: |
Re: [patch] autoconf.sh |
Date: |
23 Sep 2000 14:27:37 -0300 |
User-agent: |
Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands) |
On Sep 21, 2000, "Lars J. Aas" <address@hidden> wrote:
> * autoconf.sh: Report full macro name for missing macros.
Ok, except that
> - match (\$0, /($pattern)[_A-Za-z0-9]*/)
> + match (\$0, /([_A-Za-z0-9]*($pattern)[_A-Za-z0-9]*)/)
^^^
I don't think we can start macro names with digits. How about:
- match (\$0, /($pattern)[_A-Za-z0-9]*/)
+ match (\$0, /([_A-Za-z][_A-Za-z0-9]*($pattern)[_A-Za-z0-9]*)/)
?
--
Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer address@hidden, redhat.com}
CS PhD student at IC-Unicamp address@hidden, gnu.org}
Free Software Evangelist *Please* write to mailing lists, not to me