diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-04-22 17:35:44 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-04-22 17:35:44 +0000 |
commit | 6c13736f64158617d1ddfc3d7103b3566aa513cf (patch) | |
tree | 733f68fca344b1fa54470ad459e7919a521e2cfb /libiberty/config.in | |
parent | 73f2fb9f9b0f8166d3af601a49452e152a68f6c6 (diff) | |
download | gcc-6c13736f64158617d1ddfc3d7103b3566aa513cf.tar.gz |
* hashtab.c: Include limits.h, stdint.h, ansidecl.h.
(CHAR_BIT): Provide default.
(struct prime_ent, prime_tab): New.
(higher_prime_index): Rename from higher_prime_number, return index.
(htab_mod_1): New.
(htab_mod, htab_mod_m2): Use it.
(htab_create_alloc, htab_create_alloc_ex): Store prime index.
(htab_expand): Likewise.
* configure.ac: Check for stdint.h.
(UNSIGNED_64BIT_TYPE): New define and checks to fill it in.
* config.in, configure: Rebuild.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81029 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/config.in')
-rw-r--r-- | libiberty/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libiberty/config.in b/libiberty/config.in index 99ee0826708..3cce9aa1979 100644 --- a/libiberty/config.in +++ b/libiberty/config.in @@ -353,6 +353,9 @@ /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ #undef TIME_WITH_SYS_TIME +/* Define to an unsigned 64-bit type available in the compiler. */ +#undef UNSIGNED_64BIT_TYPE + /* whether byteorder is bigendian */ #undef WORDS_BIGENDIAN |