Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_libncurses
/
9a1ffda3a3d6d9a12b1062a4f1bc5fa3ca0683bc
/
.
/
include
/
hashsize.h
blob: 478fd5971197b259b2a42e5bb55ab0ec196fecb0 [
file
] [
log
] [
blame
]
Steve Kondik
067ae32
2015-11-15 18:20:06 -0800
[
diff
] [
blame
]
1
/*
2
* hashsize.h -- hash and token table constants
3
*/
4
5
#define
CAPTABSIZE
497
6
#define
HASHTABSIZE
(
497
*
2
)