]> git.ipfire.org Git - thirdparty/autoconf.git/commit
AC_FUNC_ALLOCA: modernize
authorBruno Haible <bruno@clisp.org>
Thu, 5 Aug 2010 11:26:40 +0000 (13:26 +0200)
committerEric Blake <eblake@redhat.com>
Thu, 5 Aug 2010 20:53:17 +0000 (14:53 -0600)
commit08b6974837c2d042a6d86f77e2300e423d952930
tree77a318bf2ab04816850e07b7729590dcd5a3a7b0
parentc40eb4bc723e3b0131f0d05d86484d358ab0dd7e
AC_FUNC_ALLOCA: modernize

* lib/autoconf/functions.m4 (AC_FUNC_ALLOCA): Assume that alloca's
return type is 'void *', not 'char *'.  Supply C89 prototype.
Reported by Thomas Klausner.

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
lib/autoconf/functions.m4