changeset 2290:be57b6203a23

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Sun, 27 Feb 2000 17:42:30 +0000
parents 73726d4b7088
children 03b59f8073e9
files lib/ChangeLog
diffstat 1 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,5 +1,18 @@
 2000-02-27  Jim Meyering  <meyering@lucent.com>
 
+	* backupfile.c: Use `#if !HAVE_DECL...' instead of `#ifndef HAVE_DECL..'
+	now that autoconf always defines the HAVE_DECL_ symbols.
+	* human.c: Likewise.
+	* same.c: Likewise.
+	* strtoumax.c: Likewise.
+
+	* backupfile.c: Arrange for cpp to fail if the configure-time
+	declaration check was not run.
+	* hash.c: Likewise.
+	* human.c: Likewise.
+	* same.c: Likewise.
+	* strtoumax.c: Likewise.
+
 	* userspec.c (parse_user_spec): If there is no `:' but there is a `.',
 	then first look up the entire `.'-containing string as a login name.