Feature #12180 ยป 0001-id_table.c-switch-id_table-variant.patch
| id_table.c | ||
|---|---|---|
|
* 32: array(14) (capa <= 32) + hash(22)
|
||
|
* 33: array(12) (capa <= 64) + hash(22)
|
||
|
* 34: array(14) (capa <= 64) + hash(22)
|
||
|
* 34: array(15) (capa <= 64) + hash(22)
|
||
|
* 35: array(15) (capa <= 64) + hash(22)
|
||
|
*/
|
||
|
#ifndef ID_TABLE_IMPL
|
||
|
#define ID_TABLE_IMPL 34
|
||
|
#define ID_TABLE_IMPL 35
|
||
|
#endif
|
||
|
#if ID_TABLE_IMPL == 0
|
||