summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-05-28 13:32:03 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-05-29 09:36:07 +0200
commit6bf58a59a1f3803e57e3f0378aa9344686707b75 (patch)
tree75dac4c8935dd1b6aab04cf0d8167bbaf6482a29 /Makefile.am
parent8ef057e44b8ce535b905d5cdd7159c3bd3f60b2f (diff)
downloadautomake-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 'Makefile.am')
0 files changed, 0 insertions, 0 deletions