On Sep 21, 2000, "Lars J. Aas" <[EMAIL PROTECTED]> 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 aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist *Please* write to mailing lists, not to me