Mercurial > hg > octave-kai > gnulib-hg
view modules/free @ 17476:6057744acd2c default tip master
autoupdate
author | Karl Berry <karl@freefriends.org> |
---|---|
date | Fri, 16 Aug 2013 06:32:22 -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