From: Jim Meyering Date: Sun, 27 Feb 2000 18:04:10 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9deec7db4097474e64e7e9e0bdda0adab12153fe;p=pspp *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 13037fb022..a62af45046 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,9 @@ 2000-02-27 Jim Meyering + * backupfile.c: Guard inclusion of stdlib.h with `#if HAVE_STDLIB_H', + not `#if STDC_HEADERS'. + Declare malloc if needed. + * backupfile.c: Use `#if !HAVE_DECL...' instead of `#ifndef HAVE_DECL..' now that autoconf always defines the HAVE_DECL_ symbols. * human.c: Likewise.