1 /* $OpenBSD: hashsize.h,v 1.3 2010/01/12 23:21:59 nicm Exp $ */ 2 3 /* 4 * hashsize.h -- hash and token table constants 5 */ 6 7 #define CAPTABSIZE 497 8 #define HASHTABSIZE ( 497 * 2) 9
1 /* $OpenBSD: hashsize.h,v 1.3 2010/01/12 23:21:59 nicm Exp $ */ 2 3 /* 4 * hashsize.h -- hash and token table constants 5 */ 6 7 #define CAPTABSIZE 497 8 #define HASHTABSIZE ( 497 * 2) 9