From e352742b8c8c2d60e328e9bbe25263aa6ccef293 Mon Sep 17 00:00:00 2001 From: krasimir Date: Fri, 12 Jun 2015 13:03:19 +0000 Subject: the orthographic tokens were broken when they appear inside a dictionary entry. Now this is fixed by treating those as syntactic rules --- src/runtime/c/pgf/linearizer.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/runtime/c/pgf/linearizer.c') diff --git a/src/runtime/c/pgf/linearizer.c b/src/runtime/c/pgf/linearizer.c index e7031950d..629ac357f 100644 --- a/src/runtime/c/pgf/linearizer.c +++ b/src/runtime/c/pgf/linearizer.c @@ -33,6 +33,7 @@ pgf_lzr_add_overl_entry(PgfCncOverloadMap* overl_table, void pgf_lzr_index(PgfConcr* concr, PgfCCat* ccat, PgfProduction prod, + bool is_lexical, GuPool *pool) { void* data = gu_variant_data(prod); -- cgit v1.2.3