Skip to content

Commit

Permalink
added forward declaration to prevent one compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
jtauber committed Oct 11, 2009
1 parent 65b4b7d commit d6abc8a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions echo/python/Python/ceval.c
Expand Up @@ -13,6 +13,9 @@ static PyObject *do_call(PyObject *, PyObject ***, int, int);
static PyObject *update_keyword_args(PyObject *, int, PyObject ***,PyObject *);
static PyObject *load_args(PyObject ***, int);

/* @@@ need to investigate need for this */
PyObject *PyEval_CallObjectWithKeywords(PyObject *, PyObject *, PyObject *);

/* Mechanism whereby asynchronously executing callbacks (e.g. UNIX
signal handlers or Mac I/O completion routines) can schedule calls
to a function to be called synchronously.
Expand Down

0 comments on commit d6abc8a

Please sign in to comment.