cosmopolitan/third_party/ncurses/hashsize.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
109 B
C
Raw Normal View History

2023-12-10 15:28:01 +00:00
/*
* hashsize.h -- hash and token table constants
*/
#define CAPTABSIZE 497
#define HASHTABSIZE (497 * 2)