aboutsummaryrefslogtreecommitdiff
path: root/util-tables.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-tables.c')
-rw-r--r--util-tables.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/util-tables.c b/util-tables.c
index cfebf68..aa89359 100644
--- a/util-tables.c
+++ b/util-tables.c
@@ -133,6 +133,7 @@ static struct production _grammar[] = {
PROD(N, -->, N0),
PROD(N, -->, N1),
};
+
struct production *grammar = _grammar;
size_t total_productions = sizeof(_grammar)/sizeof(*_grammar);