malloca: Avoid warnings on x86_64 mingw64.
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 24 Jan 2012 12:21:56 +0000 (13:21 +0100)
committerBruno Haible <bruno@clisp.org>
Wed, 25 Jan 2012 22:47:25 +0000 (23:47 +0100)
commit55b0a0b1dd267ef48971e4bb84768244ff58b340
treea72babd2982aafcfccca90e5684589bac2de5c77
parentc5230ae4c155d0e6e9e043a57d77b05e44497b84
malloca: Avoid warnings on x86_64 mingw64.

* lib/malloca.c: Include <stdint.h>.
(mmalloca, freea): Use uintptr_t to convert pointers to integers.
* modules/malloca (Depends-on): Add stdint.
* modules/relocatable-prog-wrapper (Depends-on): Likewise.
ChangeLog
lib/malloca.c
modules/malloca
modules/relocatable-prog-wrapper