CVSROOT: /cvs
Module name: src
Changes by: [EMAIL PROTECTED] 2008/08/16 06:21:46
Modified files:
usr.bin/m4 : eval.c extern.h gnum4.c m4.1 main.c misc.c
parser.y tokenizer.l
Log message:
argument parsing should only skip spaces outside of parenthesis.
Inside matching parenthesis, keep spaces as is (use chrsave instead of
pbstr, since there's no way it can be a further macro expansion).
Fixes a long-standing issue with autoconf ( --option -> --option),
matches other m4 than gnum4
okay millert@, fries@