aclocal: declare function prototypes, do not use '&' in function calls
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 28 May 2012 11:32:03 +0000 (13:32 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 29 May 2012 07:36:07 +0000 (09:36 +0200)
commit6bf58a59a1f3803e57e3f0378aa9344686707b75
tree75dac4c8935dd1b6aab04cf0d8167bbaf6482a29
parent8ef057e44b8ce535b905d5cdd7159c3bd3f60b2f
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>
NEWS
THANKS
aclocal.in