Fix regression in command line -D option, from 2006-08-25.
commit7a7a1413755c74b416295b13fe90eef3bffa7345
authorEric Blake <ebb9@byu.net>
Mon, 11 Feb 2008 18:32:12 +0000 (11 11:32 -0700)
committerEric Blake <ebb9@byu.net>
Mon, 11 Feb 2008 18:32:12 +0000 (11 11:32 -0700)
treeef7ee011230282b54b2d179282ca252a098f48ce
parent5e49a742b46299c471ad3d54faa487f073a51538
Fix regression in command line -D option, from 2006-08-25.

* m4/m4private.h (m4_symbol_value_create): Delete fast accessor.
* m4/m4module.h: Fix typo.
* m4/symtab.c (m4_symbol_value_create): Prime the maximum number
of arguments.
* tests/macros.at (Command line define): Enhance test.
* tests/others.at (nul character): Enhance test.
* tests/null.m4: Likewise.
* tests/null.out: Likewise.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
m4/m4module.h
m4/m4private.h
m4/symtab.c
tests/macros.at
tests/null.m4
tests/null.out
tests/others.at