forked from KolibriOS/kolibrios
7 lines
109 B
C
7 lines
109 B
C
/*
|
|
* hashsize.h -- hash and token table constants
|
|
*/
|
|
|
|
#define CAPTABSIZE 495
|
|
#define HASHTABSIZE (495 * 2)
|