configure: Assume C90 compatible malloc() prototype
authorColin Walters <walters@verbum.org>
Fri, 26 Apr 2013 12:12:01 +0000 (08:12 -0400)
committerColin Walters <walters@verbum.org>
Fri, 26 Apr 2013 20:23:42 +0000 (16:23 -0400)
commit518e3104bf6cdb5d8e6b43d3b721805db5951139
treeeb18cf04ba37a3c7ca966440dad56340df70e1f5
parent7d61da0c078fcc10fada292811401b127e330555
configure: Assume C90 compatible malloc() prototype

This ancient code was attempting to cope with (unknown) systems whose
malloc() prototype was incompatible with the standard.  This test was
fragile; it would break if the build environment provided -Wall in
CFLAGS.

Now that it's 2013, let's assume that target systems have a sane
malloc().  If someone complains, we can revisit this.

https://bugzilla.gnome.org/698716
configure.ac
glib/gmem.c