summaryrefslogtreecommitdiffstats
path: root/Include/abstract.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/abstract.h')
-rw-r--r--Include/abstract.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Include/abstract.h b/Include/abstract.h
index 9b0b3f0..14510c6 100644
--- a/Include/abstract.h
+++ b/Include/abstract.h
@@ -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.