diff options
| author | odanoburu <bcclaro@gmail.com> | 2018-04-14 19:22:01 -0300 |
|---|---|---|
| committer | odanoburu <bcclaro@gmail.com> | 2018-04-14 19:22:01 -0300 |
| commit | 7d89d0b4425f7bd31dc4887055ace2ef6127db69 (patch) | |
| tree | 32fff2b290f1f607d217dc5d2087fb5c09468aab /src/runtime/c/pgf/parser.c | |
| parent | 69a19442939eadb0978c5ef2032d35bf2550560f (diff) | |
| parent | 2036ffe06db7df5fb39543a25396a04384d8aba3 (diff) | |
Merge remote-tracking branch 'upstream/master' into por
Diffstat (limited to 'src/runtime/c/pgf/parser.c')
| -rw-r--r-- | src/runtime/c/pgf/parser.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/c/pgf/parser.c b/src/runtime/c/pgf/parser.c index 2650e2618..d12852a71 100644 --- a/src/runtime/c/pgf/parser.c +++ b/src/runtime/c/pgf/parser.c @@ -1236,6 +1236,7 @@ pgf_new_parse_state(PgfParsing* ps, size_t start_offset, PgfLexiconIdxEntry* entry = gu_buf_extend(state->lexicon_idx); entry->idx = seq->idx; entry->offset = state->start_offset; + entry->sym_idx= 0; } // Add non-epsilon lexical rules to the bottom up index |
