*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 27 Feb 2000 18:04:10 +0000 (18:04 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 27 Feb 2000 18:04:10 +0000 (18:04 +0000)
lib/ChangeLog

index 13037fb..a62af45 100644 (file)
@@ -1,5 +1,9 @@
 2000-02-27  Jim Meyering  <meyering@lucent.com>
 
+       * 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.