From 10ef298fa00bd100bc854c5c8570a550f470dde4 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Mon, 11 Feb 2013 10:16:58 +0000 Subject: the grammar reader in the C runtime is completely rewritten and it doesn't use the generic programming API --- src/runtime/c/pgf/expr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/runtime/c/pgf/expr.h') diff --git a/src/runtime/c/pgf/expr.h b/src/runtime/c/pgf/expr.h index 4c1bddbae..5828289f1 100644 --- a/src/runtime/c/pgf/expr.h +++ b/src/runtime/c/pgf/expr.h @@ -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[]; }; -- cgit v1.2.3