Patch #1580872: Remove duplicate declaration of PyCallable_Check.

This commit is contained in:
Martin v. Löwis 2006-10-22 10:47:28 +00:00
parent b1a11c54ea
commit e67b3497c9
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); PyAPI_FUNC(int) PyCallable_Check(PyObject *o);
/*
Determine if the object, o, is callable. Return 1 if the Determine if the object, o, is callable. Return 1 if the
object is callable and 0 otherwise. object is callable and 0 otherwise.