verify: new macro 'assume'
[gnulib.git] / modules / free
1 Description:
2 Work around incompatibility on older systems where free (NULL) fails.
3
4 Notice:
5 This module is obsolete.
6
7 Files:
8 lib/free.c
9 m4/free.m4
10
11 Depends-on:
12
13 configure.ac:
14 gl_FUNC_FREE
15 if test $gl_cv_func_free = no; then
16   AC_LIBOBJ([free])
17   gl_PREREQ_FREE
18 fi
19
20 Makefile.am:
21
22 Include:
23 <stdlib.h>
24
25 License:
26 GPL
27
28 Maintainer:
29 Paul Eggert