Mercurial > hg > octave-lojdl > gnulib-hg
diff lib/gl_avltreehash_list.c @ 7383:2cdff416776f
Use the stdint module.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Thu, 28 Sep 2006 20:00:51 +0000 |
parents | 1c4ed7637c24 |
children | 0de49c40e105 |
line wrap: on
line diff
--- a/lib/gl_avltreehash_list.c +++ b/lib/gl_avltreehash_list.c @@ -21,12 +21,12 @@ /* 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