POSIX requires defn(`a',`b') to concatenate definitions.
commit154c86a4843cbc97272cc0857654d298b017c3a0
authorEric Blake <ebb9@byu.net>
Thu, 9 Aug 2007 13:39:09 +0000 (9 13:39 +0000)
committerEric Blake <ebb9@byu.net>
Fri, 21 Sep 2007 21:51:15 +0000 (21 15:51 -0600)
treed3d6aa973283b15d667d451fdd983b5cb6eb2258
parent486fb4ada13ea82fc444b6eb913ac19f1e0e37ef
POSIX requires defn(`a',`b') to concatenate definitions.
* src/builtin.c (m4_defn): Allow multiple arguments, but warn if
trying to mix a builtin with anything else.
* doc/m4.texinfo (Defn): Document a use for this POSIX
requirement.
(Incompatibilities): Update to match current status.
* NEWS: Document this change.
* THANKS: Update.
Reported by Konrad Schwarz.
ChangeLog
NEWS
THANKS
doc/m4.texinfo
src/builtin.c