rejig 32bit eoid allocation to 5.5.12.

This commit is contained in:
Carsten Haitzler 2013-04-24 16:20:18 +09:00
parent 8ef6568ea7
commit 76a748b08d
1 changed files with 3 additions and 3 deletions

View File

@ -51,9 +51,9 @@
#if SIZEOF_UINTPTR_T == 4
/* 32 bits */
# define BITS_FOR_IDS_TABLE 8
# define BITS_FOR_IDS_INTER_TABLE 4
# define BITS_FOR_ID_IN_TABLE 10
# define BITS_FOR_IDS_TABLE 5
# define BITS_FOR_IDS_INTER_TABLE 5
# define BITS_FOR_ID_IN_TABLE 12
# define BITS_FOR_GENERATION_COUNTER 10
#else
/* 64 bits */