From 76da0c3b713e5ec1875bc9adba57a497ef5a746e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Thu, 2 May 2002 20:23:27 +0000 Subject: Patch #551008: DL_IMPORT PyBool_FromLong. --- Include/boolobject.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Include/boolobject.h b/Include/boolobject.h index 4e5b99f..0259126 100644 --- a/Include/boolobject.h +++ b/Include/boolobject.h @@ -24,7 +24,7 @@ extern DL_IMPORT(PyIntObject) _Py_ZeroStruct, _Py_TrueStruct; #define Py_True ((PyObject *) &_Py_TrueStruct) /* Function to return a bool from a C long */ -PyObject *PyBool_FromLong(long); +extern DL_IMPORT(PyObject *) PyBool_FromLong(long); #ifdef __cplusplus } -- cgit v0.12