Patch #1580872: Remove duplicate declaration of PyCallable_Check.

Will backport to 2.5.
This commit is contained in:
Martin v. Löwis 2006-10-22 10:46:18 +00:00
parent 10168f25ad
commit 98f0d14bd9
1 changed files with 2 additions and 1 deletions

View File

@ -288,9 +288,10 @@ xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
*/
/* Declared elsewhere
PyAPI_FUNC(int) PyCallable_Check(PyObject *o);
/*
Determine if the object, o, is callable. Return 1 if the
object is callable and 0 otherwise.