summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-01-04 18:49:44 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-01-04 18:49:44 +0000
commit364168a8170646d16aa2183834fe1263b9d79b11 (patch)
tree53176983e6e538c53d098045809563bc7dc96865 /lib/ChangeLog
parent215763dd17b3de7196d1da78eaaeb46fcd816495 (diff)
downloadcoreutils-364168a8170646d16aa2183834fe1263b9d79b11.tar.xz
* human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
definitions to be after all include files, to avoid collisions.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 70092bac7..6a33a3f95 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,9 @@
+2005-01-04 Paul Eggert <eggert@cs.ucla.edu>
+
+ * human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
+ definitions to be after all include files, to avoid collisions.
+ Problem reported by Bob Proulx.
+
2005-01-04 Bob Proulx <bob@proulx.com>
* obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to simplify