view modules/free @ 16749:2c1499f688aa

logf-ieee: Fix test whether logf works. * m4/logf.m4 (gl_FUNC_LOGF): Fix typo in test program.
author Bruno Haible <bruno@clisp.org>
date Sun, 01 Apr 2012 19:31:01 +0200
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