Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_libncurses
/
c1bcd6dd9af6865867a3d6716e4c1a45021a90e5
/
.
/
include
/
hashsize.h
blob: 478fd5971197b259b2a42e5bb55ab0ec196fecb0 [
file
] [
log
] [
blame
]
/*
* hashsize.h -- hash and token table constants
*/
#define
CAPTABSIZE
497
#define
HASHTABSIZE
(
497
*
2
)