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/data.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/runtime/c/pgf/data.h') diff --git a/src/runtime/c/pgf/data.h b/src/runtime/c/pgf/data.h index a8d37add7..c2efed4e3 100644 --- a/src/runtime/c/pgf/data.h +++ b/src/runtime/c/pgf/data.h @@ -209,10 +209,10 @@ typedef enum { PGF_SYMBOL_KP, PGF_SYMBOL_BIND, PGF_SYMBOL_SOFT_BIND, + PGF_SYMBOL_NE, PGF_SYMBOL_SOFT_SPACE, PGF_SYMBOL_CAPIT, PGF_SYMBOL_ALL_CAPIT, - PGF_SYMBOL_NE } PgfSymbolTag; typedef struct { @@ -278,7 +278,6 @@ struct PgfConcr { PgfCncOverloadMap* coerce_idx; PgfCncFuns* cncfuns; PgfSequences* sequences; - GuBuf* pre_sequences; PgfCIdMap* cnccats; int total_cats; -- cgit v1.2.3