forked from GitHub/gf-core
libpgf: move the lindefs field from PgfCncCat to PgfCCat. display the list in the grammar printout
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user