added missing dependencies to fix failing unistr/ tests
[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
16 Makefile.am:
17
18 Include:
19 <stdlib.h>
20
21 License:
22 GPL
23
24 Maintainer:
25 Paul Eggert