diff options
author | kartofen <mladenovnasko0@gmail.com> | 2025-07-17 01:27:05 +0300 |
---|---|---|
committer | kartofen <mladenovnasko0@gmail.com> | 2025-07-17 01:27:05 +0300 |
commit | 7ccd9286bafbd01fbda67c2f234998c2e591ed2a (patch) | |
tree | 01448f5b8201ce92f684737b188599e3f227064b /util-tables.c | |
parent | 8ea8bd7e41c48be9635c29fb928fe9decc4eb112 (diff) |
Diffstat (limited to 'util-tables.c')
-rw-r--r-- | util-tables.c | 1 |
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); |