mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
7 lines
109 B
C
7 lines
109 B
C
|
/*
|
||
|
* hashsize.h -- hash and token table constants
|
||
|
*/
|
||
|
|
||
|
#define CAPTABSIZE 497
|
||
|
#define HASHTABSIZE (497 * 2)
|