Use the stdint module.
authorBruno Haible <bruno@clisp.org>
Thu, 28 Sep 2006 20:00:51 +0000 (20:00 +0000)
committerBruno Haible <bruno@clisp.org>
Thu, 28 Sep 2006 20:00:51 +0000 (20:00 +0000)
ChangeLog
lib/ChangeLog
lib/gl_avltreehash_list.c
lib/gl_linkedhash_list.c
lib/gl_rbtreehash_list.c
modules/avltreehash-list
modules/linkedhash-list
modules/rbtreehash-list

index 6899186..707e40f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-09-28  Bruno Haible  <bruno@clisp.org>
+
+       * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
+       * modules/linkedhash-list (Depends-on): Likewise.
+       * modules/rbtreehash-list (Depends-on): Likewise.
+
 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
 
        * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
index 6d63377..5619b15 100644 (file)
@@ -1,3 +1,9 @@
+2006-09-28  Bruno Haible  <bruno@clisp.org>
+
+       * gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
+       * gl_linkedhash_list.c: Likewise.
+       * gl_rbtreehash_list.c: Likewise.
+
 2006-09-28  Jim Meyering  <jim@meyering.net>
 
        * mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
index d076e94..17e2d73 100644 (file)
 /* Specification.  */
 #include "gl_avltreehash_list.h"
 
+#include <stdint.h> /* for SIZE_MAX */
 #include <stdlib.h>
 
 #include "gl_avltree_oset.h"
 #include "xalloc.h"
 #include "xsize.h"
-#include "size_max.h"
 
 #ifndef uintptr_t
 # define uintptr_t unsigned long
index 2faecc3..bcd46e1 100644 (file)
 /* Specification.  */
 #include "gl_linkedhash_list.h"
 
+#include <stdint.h> /* for SIZE_MAX */
 #include <stdlib.h>
 
 #include "xalloc.h"
 #include "xsize.h"
-#include "size_max.h"
 
 #ifndef uintptr_t
 # define uintptr_t unsigned long
index 66ad332..b802942 100644 (file)
 /* Specification.  */
 #include "gl_rbtreehash_list.h"
 
+#include <stdint.h> /* for SIZE_MAX */
 #include <stdlib.h>
 
 #include "gl_rbtree_oset.h"
 #include "xalloc.h"
 #include "xsize.h"
-#include "size_max.h"
 
 #ifndef uintptr_t
 # define uintptr_t unsigned long
index 60215b4..0042672 100644 (file)
@@ -16,7 +16,7 @@ lib/gl_anytreehash_list2.h
 Depends-on:
 list
 avltree-oset
-size_max
+stdint
 xalloc
 xsize
 
index abceda6..5449ac5 100644 (file)
@@ -11,7 +11,7 @@ lib/gl_anylinked_list2.h
 
 Depends-on:
 list
-size_max
+stdint
 xalloc
 xsize
 
index 44c320a..7904909 100644 (file)
@@ -16,7 +16,7 @@ lib/gl_anytreehash_list2.h
 Depends-on:
 list
 rbtree-oset
-size_max
+stdint
 xalloc
 xsize