libpgf: move the lindefs field from PgfCncCat to PgfCCat. display the list in the grammar printout

This commit is contained in:
kr.angelov
2012-01-23 09:46:45 +00:00
parent 28bce1cdc0
commit 7fcaa81858
3 changed files with 18 additions and 16 deletions

View File

@@ -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;
};