diff options
Diffstat (limited to 'src/runtime/c/pgf/expr.h')
| -rw-r--r-- | src/runtime/c/pgf/expr.h | 2 |
1 files changed, 1 insertions, 1 deletions
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[]; }; |
