summaryrefslogtreecommitdiff
path: root/modules/malloca
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2012-01-24 13:21:56 +0100
committerBruno Haible <bruno@clisp.org>2012-01-25 23:47:25 +0100
commit55b0a0b1dd267ef48971e4bb84768244ff58b340 (patch)
treea72babd2982aafcfccca90e5684589bac2de5c77 /modules/malloca
parentc5230ae4c155d0e6e9e043a57d77b05e44497b84 (diff)
downloadgnulib-55b0a0b1dd267ef48971e4bb84768244ff58b340.tar.gz
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.
Diffstat (limited to 'modules/malloca')
-rw-r--r--modules/malloca1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/malloca b/modules/malloca
index 57cbe32784..bb9e9b46c8 100644
--- a/modules/malloca
+++ b/modules/malloca
@@ -11,6 +11,7 @@ m4/longlong.m4
Depends-on:
alloca-opt
+stdint
verify
configure.ac: