summary refs log tree commit diff
path: root/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'parse.c')
-rw-r--r--parse.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/parse.c b/parse.c
index 95bcf45..b279ff4 100644
--- a/parse.c
+++ b/parse.c
@@ -102,6 +102,8 @@ static char *kwmap[Ntok] = {
 };
 
 enum {
+	NPred = 63,
+
 	TMask = 16383, /* for temps hash */
 	BMask = 8191, /* for blocks hash */