mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
fix compilation
This commit is contained in:
@@ -407,7 +407,7 @@ lstr(PgfUnmarshaller *this, PgfText *v)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static PgfType
|
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);
|
TypeObject *pytype = (TypeObject *)pgf_TypeType.tp_alloc(&pgf_TypeType, 0);
|
||||||
if (!pytype)
|
if (!pytype)
|
||||||
|
|||||||
Reference in New Issue
Block a user