From e67b3497c95c7ce869f8d4f25934d57f56fb2557 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Sun, 22 Oct 2006 10:47:28 +0000 Subject: [PATCH] Patch #1580872: Remove duplicate declaration of PyCallable_Check. --- Include/abstract.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Include/abstract.h b/Include/abstract.h index 9b0b3f0b186..14510c6ab7d 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.