Merge branch 'stable'
[gnulib.git] / modules / malloca
1 Description:
2 Safe automatic memory allocation.
3
4 Files:
5 lib/malloca.h
6 lib/malloca.c
7 lib/malloca.valgrind
8 m4/malloca.m4
9 m4/eealloc.m4
10 m4/longlong.m4
11
12 Depends-on:
13 alloca-opt
14 verify
15
16 configure.ac:
17 gl_MALLOCA
18
19 Makefile.am:
20 lib_SOURCES += malloca.c
21
22 Include:
23 "malloca.h"
24
25 License:
26 LGPLv2+
27
28 Maintainer:
29 Bruno Haible