summaryrefslogtreecommitdiff
path: root/src/runtime/c/pgf/data.h
diff options
context:
space:
mode:
authorkr.angelov <kr.angelov@gmail.com>2012-01-23 09:46:45 +0000
committerkr.angelov <kr.angelov@gmail.com>2012-01-23 09:46:45 +0000
commit7fcaa81858959699938ae0f032583a498c63019a (patch)
tree0bba5eae8acd2b9707b4148c4c83d159666cd0f0 /src/runtime/c/pgf/data.h
parent28bce1cdc01bff7a2caf1f30152b99827b907576 (diff)
libpgf: move the lindefs field from PgfCncCat to PgfCCat. display the list in the grammar printout
Diffstat (limited to 'src/runtime/c/pgf/data.h')
-rw-r--r--src/runtime/c/pgf/data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/c/pgf/data.h b/src/runtime/c/pgf/data.h
index 1cc053e37..8d23af4b8 100644
--- a/src/runtime/c/pgf/data.h
+++ b/src/runtime/c/pgf/data.h
@@ -143,7 +143,6 @@ struct PgfCat {
struct PgfCncCat {
PgfCId cid;
PgfCCatIds* cats;
- PgfFunIds* lindefs;
size_t n_lins;
GuStringL* labels;
@@ -173,6 +172,7 @@ struct PgfAlternative {
struct PgfCCat {
PgfCncCat* cnccat;
+ PgfFunIds* lindefs;
PgfProductionSeq prods;
int fid;
};