1
0
forked from GitHub/gf-core

fix compilation

This commit is contained in:
Krasimir Angelov
2023-01-27 10:28:01 +01:00
parent 057cb7a3a6
commit 2d2af272a7

View File

@@ -407,7 +407,7 @@ lstr(PgfUnmarshaller *this, PgfText *v)
}
static PgfType
dtyp(PgfUnmarshaller *this, int n_hypos, PgfTypeHypo *hypos, PgfText *cat, int n_exprs, PgfExpr *exprs)
dtyp(PgfUnmarshaller *this, size_t n_hypos, PgfTypeHypo *hypos, PgfText *cat, size_t n_exprs, PgfExpr *exprs)
{
TypeObject *pytype = (TypeObject *)pgf_TypeType.tp_alloc(&pgf_TypeType, 0);
if (!pytype)