view modules/malloca @ 16312:2afce32badc0

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.
author Marc-André Lureau <marcandre.lureau@redhat.com>
date Tue, 24 Jan 2012 13:21:56 +0100
parents 6f8ee3f6161c
children 1f14c6dd175d
line wrap: on
line source

Description:
Safe automatic memory allocation.

Files:
lib/malloca.h
lib/malloca.c
lib/malloca.valgrind
m4/malloca.m4
m4/eealloc.m4
m4/longlong.m4

Depends-on:
alloca-opt
stdint
verify

configure.ac:
gl_MALLOCA

Makefile.am:
lib_SOURCES += malloca.c

Include:
"malloca.h"

License:
LGPLv2+

Maintainer:
Bruno Haible