view modules/free @ 40244:c39a0edd90d7

fts: minor simplification * lib/fts.c (fts_safe_changedir): Remove redundant assignment.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 17 Mar 2019 12:39:50 -0700
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