summaryrefslogtreecommitdiff
path: root/src/runtime/c/pgf/data.h
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2015-06-12 13:03:19 +0000
committerkrasimir <krasimir@chalmers.se>2015-06-12 13:03:19 +0000
commite352742b8c8c2d60e328e9bbe25263aa6ccef293 (patch)
treea66b6d5c0367b262a63249959377c5c32f5bb92d /src/runtime/c/pgf/data.h
parent6302d982ff807dc9d1f65c584d84ce01b4e7a18b (diff)
the orthographic tokens were broken when they appear inside a dictionary entry. Now this is fixed by treating those as syntactic rules
Diffstat (limited to 'src/runtime/c/pgf/data.h')
-rw-r--r--src/runtime/c/pgf/data.h3
1 files changed, 1 insertions, 2 deletions
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;