mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
mark two more functions as static in the Python binding
This commit is contained in:
@@ -995,7 +995,7 @@ typedef struct IterObject {
|
||||
PyObject* (*fetch)(struct IterObject* self);
|
||||
} IterObject;
|
||||
|
||||
PyObject*
|
||||
static PyObject*
|
||||
Iter_fetch_expr(IterObject* self)
|
||||
{
|
||||
PgfExprProb* ep = gu_next(self->res, PgfExprProb*, self->pool);
|
||||
@@ -1016,7 +1016,7 @@ Iter_fetch_expr(IterObject* self)
|
||||
return res;
|
||||
}
|
||||
|
||||
PyObject*
|
||||
static PyObject*
|
||||
Iter_fetch_token(IterObject* self)
|
||||
{
|
||||
PgfTokenProb* tp = gu_next(self->res, PgfTokenProb*, self->pool);
|
||||
|
||||
Reference in New Issue
Block a user