blob: b6992abc67fef3c81b295a70ece27d7fb3e49a3f (
plain) (
blame)
1
2
3
4
5
6
7
8
|
/* $OpenBSD: hashsize.h,v 1.2 1999/01/18 19:07:24 millert Exp $ */
/*
* hashsize.h -- hash and token table constants
*/
#define CAPTABSIZE 497
#define HASHTABSIZE ( 497 * 2)
|