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 689918637fe8e253238acc2768338f3e751becf6..707e40f057ef72b86be4b84cca8daedde74d6359 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 6d633779e91259fefc8d6240b865da099fcb3d45..5619b15a8194bde3448075f4233c67acaed988c6 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 d076e947f16620505699e0dfe43ee96df9771f3a..17e2d7342a24a227aa739fae97ce24d50de84766 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 2faecc3fd8bba3d88bc3e5f331cd723f72f77d9f..bcd46e19e07203112674821131bea782f1fe3663 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 66ad332d692e5e1da42755a3d1cafff3b88a79d4..b8029427de2abcbcdf09a815d72537fbab752f0e 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 60215b46c8a5615338faaa0b68f10c16f9e846b0..004267298a2086833feed4f13eaee5d4c8c72cb2 100644 (file)
@@ -16,7 +16,7 @@ lib/gl_anytreehash_list2.h
 Depends-on:
 list
 avltree-oset
-size_max
+stdint
 xalloc
 xsize
 
index abceda667f41678f853453b14a70168d720fa3ec..5449ac59ac950e90432c054b7c1c1994600dcb44 100644 (file)
@@ -11,7 +11,7 @@ lib/gl_anylinked_list2.h
 
 Depends-on:
 list
-size_max
+stdint
 xalloc
 xsize
 
index 44c320a2969aa3b5d4aa736b21debde3437275a2..79049099f0e2946a538f275a627c9b08b2c57c8d 100644 (file)
@@ -16,7 +16,7 @@ lib/gl_anytreehash_list2.h
 Depends-on:
 list
 rbtree-oset
-size_max
+stdint
 xalloc
 xsize