view modules/free @ 40196:e63f5d3edab5

relocatable-prog: Update documentation. * doc/relocatable-maint.texi (Supporting Relocation): Update to match the recent changes.
author Bruno Haible <bruno@clisp.org>
date Sun, 24 Feb 2019 01:49:15 +0100
parents fff577282e62
children
line wrap: on
line source

Description:
Work around incompatibility on older systems where free (NULL) fails.

Notice:
This module is obsolete.

Files:
lib/free.c
m4/free.m4

Depends-on:

configure.ac:
gl_FUNC_FREE
if test $gl_cv_func_free = no; then
  AC_LIBOBJ([free])
  gl_PREREQ_FREE
fi

Makefile.am:

Include:
<stdlib.h>

License:
GPL

Maintainer:
Paul Eggert