Mercurial > hg > octave-nkf > gnulib-hg
annotate modules/free @ 7497:6a764f23e302
gnulib-tool now synthesizes the EXTRA_DIST line.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Fri, 13 Oct 2006 12:40:22 +0000 |
parents | cb5141654dbb |
children | daf5ba9fe2d9 |
rev | line source |
---|---|
4753 | 1 Description: |
2 Work around incompatibility on older systems where free (NULL) fails. | |
3 | |
4 Files: | |
5 lib/free.c | |
6 m4/free.m4 | |
7 | |
8 Depends-on: | |
9 | |
10 configure.ac: | |
11 gl_FUNC_FREE | |
12 | |
13 Makefile.am: | |
14 | |
15 Include: | |
16 <stdlib.h> | |
17 | |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4753
diff
changeset
|
18 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4753
diff
changeset
|
19 GPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4753
diff
changeset
|
20 |
4753 | 21 Maintainer: |
22 Paul Eggert | |
23 |