blob: 478fd5971197b259b2a42e5bb55ab0ec196fecb0 [file] [log] [blame]
Steve Kondik067ae322015-11-15 18:20:06 -08001/*
2 * hashsize.h -- hash and token table constants
3 */
4
5#define CAPTABSIZE 497
6#define HASHTABSIZE (497 * 2)