mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 11:19:32 -06:00
the grammar reader in the C runtime is completely rewritten and it doesn't use the generic programming API
This commit is contained in:
@@ -68,7 +68,7 @@ extern GU_DECLARE_TYPE(PgfHypos, GuSeq);
|
||||
struct PgfType {
|
||||
PgfHypos hypos;
|
||||
PgfCId cid; /// XXX: resolve to PgfCat*?
|
||||
int n_exprs;
|
||||
size_t n_exprs;
|
||||
PgfExpr exprs[];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user