diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-05-28 13:32:03 +0200 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-05-29 09:36:07 +0200 |
commit | 6bf58a59a1f3803e57e3f0378aa9344686707b75 (patch) | |
tree | 75dac4c8935dd1b6aab04cf0d8167bbaf6482a29 /THANKS | |
parent | 8ef057e44b8ce535b905d5cdd7159c3bd3f60b2f (diff) | |
download | automake-6bf58a59a1f3803e57e3f0378aa9344686707b75.tar.gz |
aclocal: declare function prototypes, do not use '&' in function calls
This change will also fix automake bug#11543 (from a report by Matt
Burgess).
* aclocal.in: Declare prototypes for almost all functions early, before
any actual function definition (but omit the prototype for the dynamically
generated '&search' function). Add prototypes to any function definition.
Remove '&' from function invocations (i.e., simply use "func(ARGS..)"
instead of "&func(ARGS...)").
* THANKS, NEWS: Update.
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'THANKS')
-rw-r--r-- | THANKS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -239,6 +239,7 @@ Martin Waitz tali@admingilde.org Mathias Doreille doreille@smr.ch Mathias Froehlich M.Froehlich@science-computing.de Mathias Hasselmann mathias.hasselmann@gmx.de +Matt Burgess matthew@linuxfromscratch.org Matt Leach mleach@cygnus.com Matthew D. Langston langston@SLAC.Stanford.EDU Matthias Andree matthias.andree@gmx.de |