forked from GitHub/gf-core
fix the compilation
This commit is contained in:
@@ -91,7 +91,7 @@ PGF_getAbstractName(PGFObject *self, void *closure)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
_collect_cats(PgfItor *fn, PgfText *key, void *value, PgfExn *err)
|
_collect_cats(PgfItor *fn, PgfText *key, object value, PgfExn *err)
|
||||||
{
|
{
|
||||||
PgfText *name = key;
|
PgfText *name = key;
|
||||||
PyPGFClosure *clo = (PyPGFClosure*) fn;
|
PyPGFClosure *clo = (PyPGFClosure*) fn;
|
||||||
@@ -177,7 +177,7 @@ PGF_getStartCat(PGFObject *self, void *closure)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
_collect_funs(PgfItor *fn, PgfText *key, void *value, PgfExn *err)
|
_collect_funs(PgfItor *fn, PgfText *key, object value, PgfExn *err)
|
||||||
{
|
{
|
||||||
PgfText *name = key;
|
PgfText *name = key;
|
||||||
PyPGFClosure *clo = (PyPGFClosure*) fn;
|
PyPGFClosure *clo = (PyPGFClosure*) fn;
|
||||||
|
|||||||
Reference in New Issue
Block a user