8 lines
184 B
C
8 lines
184 B
C
/* $OpenBSD: hashsize.h,v 1.3 2010/01/12 23:21:59 nicm Exp $ */
|
|
|
|
/*
|
|
* hashsize.h -- hash and token table constants
|
|
*/
|
|
|
|
#define CAPTABSIZE 497
|
|
#define HASHTABSIZE ( 497 * 2)
|