Mercurial > hg > octave-nkf > gnulib-hg
annotate modules/free @ 13415:a884db63982b
Avoid some more warnings from "gcc -Wwrite-strings".
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Fri, 11 Jun 2010 21:17:11 +0200 |
parents | daf5ba9fe2d9 |
children | fff577282e62 |
rev | line source |
---|---|
4753 | 1 Description: |
2 Work around incompatibility on older systems where free (NULL) fails. | |
3 | |
9749
daf5ba9fe2d9
Remove useless "if" tests before free. Deprecate "free" module.
Jim Meyering <meyering@redhat.com>
parents:
7497
diff
changeset
|
4 Notice: |
daf5ba9fe2d9
Remove useless "if" tests before free. Deprecate "free" module.
Jim Meyering <meyering@redhat.com>
parents:
7497
diff
changeset
|
5 This module is obsolete. |
daf5ba9fe2d9
Remove useless "if" tests before free. Deprecate "free" module.
Jim Meyering <meyering@redhat.com>
parents:
7497
diff
changeset
|
6 |
4753 | 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 | |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4753
diff
changeset
|
21 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4753
diff
changeset
|
22 GPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4753
diff
changeset
|
23 |
4753 | 24 Maintainer: |
25 Paul Eggert |