changeset 2298:a138b3e25b61

.
author Jim Meyering <jim@meyering.net>
date Sun, 27 Feb 2000 19:05:50 +0000
parents 3167c15fd0aa
children 8ed5c871e719
files lib/ChangeLog
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,5 +1,8 @@
 2000-02-27  Jim Meyering  <meyering@lucent.com>
 
+	* strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
+	Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
+
 	* backupfile.c: Guard inclusion of stdlib.h with `#if HAVE_STDLIB_H',
 	not `#if STDC_HEADERS'.
 	Declare malloc if needed.