diff options
author | Richard Henderson <rth@redhat.com> | 2004-04-22 10:35:44 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2004-04-22 10:35:44 -0700 |
commit | 9bf3c9cc6d3867523706ac78dc43c299eac2fba1 (patch) | |
tree | 733f68fca344b1fa54470ad459e7919a521e2cfb /libiberty/config.in | |
parent | a95cd5a0d46e37922e5a0c5eb4cd4d22bc21da29 (diff) | |
download | gcc-9bf3c9cc6d3867523706ac78dc43c299eac2fba1.zip gcc-9bf3c9cc6d3867523706ac78dc43c299eac2fba1.tar.gz gcc-9bf3c9cc6d3867523706ac78dc43c299eac2fba1.tar.bz2 |
hashtab.c: Include limits.h, stdint.h, ansidecl.h.
* 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.
From-SVN: r81029
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 99ee082..3cce9aa 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 |