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