the grammar reader in the C runtime is completely rewritten and it doesn't use the generic programming API

This commit is contained in:
kr.angelov
2013-02-11 10:16:58 +00:00
parent 88d20ca612
commit 10ef298fa0
6 changed files with 919 additions and 672 deletions

View File

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