* doc/Makefile.am (m4.1): No need to go through a temporary file;
commit257b7adf8f612f52dec1de849fe5bece834c4817
authorEric Blake <ebb9@byu.net>
Fri, 7 Jul 2006 20:20:37 +0000 (7 20:20 +0000)
committerEric Blake <ebb9@byu.net>
Fri, 21 Sep 2007 21:02:27 +0000 (21 15:02 -0600)
treef3abe73b3367983188287d790349c34c8903df51
parenta0c9fe5c0c408afd43afacde18e8deb76901b95d
* doc/Makefile.am (m4.1): No need to go through a temporary file;
this also ensures timestamps are updated.
* src/m4.h (includes): Require config.h.  Assume string.h,
stdlib.h, errno.  Include error.h, exit.h, and xalloc.h rather
than prototyping ourselves.
(builtin_func): Add parameter type-checking.
(voidstar): Delete, now that we assume C89.
* src/builtin.c, src/m4.c, src/macro.c, src/symtab.c: All users of
voidstar changed.
* src/m4.c (xfree) [WITH_DMALLOC]: Avoid clash with dmalloc's
xfree.
ChangeLog
doc/Makefile.am
src/builtin.c
src/m4.c
src/m4.h
src/macro.c
src/symtab.c