--On Monday, January 13, 2003 6:52 PM +0000 [EMAIL PROTECTED] wrote:

wrowe       2003/01/13 10:52:07

  Modified:    tables   apr_hash.c
               include  apr_hash.h
  Log:
    A binary-safe patch that satisfies Jerenkrantz's original
desire for     more elements, but structured such that we still use
the optimal platform     element indexes (a machine int is
generally faster than a fractional int).

Um, apr_uint32_t is unsigned int. Actually, I wonder what would happen when sizeof(int) isn't 4 on a Unix system. APR's configure would produce an invalid apr.h.


It also seems to be common to use apr_uint32_t for indexes (see apr_allocator.h). -- justin

Reply via email to