Merge pull request #66 from Gramner/master

Use a larger hash table size
This commit is contained in:
Peter Johnson 2014-02-14 11:33:25 -08:00
commit 09afa42e2b

View file

@ -366,7 +366,7 @@ static ListGen *list;
* FIXME: We should *really* be able to configure this at run time,
* or even have the hash table automatically expanding when necessary.
*/
#define NHASH 31
#define NHASH 4096
/*
* The current set of multi-line macros we have defined.