mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-01 15:22:50 -06:00
libpgf: simplify the loading of PgfCncCat
This commit is contained in:
@@ -143,9 +143,9 @@ struct PgfCat {
|
||||
struct PgfCncCat {
|
||||
PgfCId cid;
|
||||
PgfCCatIds* cats;
|
||||
|
||||
size_t n_lins;
|
||||
|
||||
GuStringL* labels;
|
||||
GuString labels[];
|
||||
/**< Labels for tuples. All nested tuples, records and tables
|
||||
* in the GF linearization types are flattened into a single
|
||||
* tuple in the corresponding PGF concrete category. This
|
||||
|
||||
Reference in New Issue
Block a user