[Python-checkins] python/dist/src/Include boolobject.h,1.2,1.3

loewis@sourceforge.net loewis@sourceforge.net
Thu, 02 May 2002 13:23:35 -0700


Update of /cvsroot/python/python/dist/src/Include
In directory usw-pr-cvs1:/tmp/cvs-serv20318

Modified Files:
	boolobject.h 
Log Message:
Patch #551008: DL_IMPORT PyBool_FromLong.


Index: boolobject.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/boolobject.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** boolobject.h	6 Apr 2002 03:58:41 -0000	1.2
--- boolobject.h	2 May 2002 20:23:27 -0000	1.3
***************
*** 25,29 ****
  
  /* Function to return a bool from a C long */
! PyObject *PyBool_FromLong(long);
  
  #ifdef __cplusplus
--- 25,29 ----
  
  /* Function to return a bool from a C long */
! extern DL_IMPORT(PyObject *) PyBool_FromLong(long);
  
  #ifdef __cplusplus