[Python-checkins] python/dist/src/Include intobject.h,2.27,2.28 pythonrun.h,2.58,2.59

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
2002年12月30日 19:42:14 -0800


Update of /cvsroot/python/python/dist/src/Include
In directory sc8-pr-cvs1:/tmp/cvs-serv17264/Include
Modified Files:
	intobject.h pythonrun.h 
Log Message:
Since the *_Init() are private, prefix with _, suggested by Skip
Index: intobject.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/intobject.h,v
retrieving revision 2.27
retrieving revision 2.28
diff -C2 -d -r2.27 -r2.28
*** intobject.h	30 Dec 2002 22:29:21 -0000	2.27
--- intobject.h	31 Dec 2002 03:42:12 -0000	2.28
***************
*** 31,35 ****
 #define PyInt_CheckExact(op) ((op)->ob_type == &PyInt_Type)
 
! PyAPI_FUNC(int) PyInt_Init(void);
 PyAPI_FUNC(PyObject *) PyInt_FromString(char*, char**, int);
 #ifdef Py_USING_UNICODE
--- 31,35 ----
 #define PyInt_CheckExact(op) ((op)->ob_type == &PyInt_Type)
 
! PyAPI_FUNC(int) _PyInt_Init(void);
 PyAPI_FUNC(PyObject *) PyInt_FromString(char*, char**, int);
 #ifdef Py_USING_UNICODE
Index: pythonrun.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/pythonrun.h,v
retrieving revision 2.58
retrieving revision 2.59
diff -C2 -d -r2.58 -r2.59
*** pythonrun.h	30 Dec 2002 22:29:21 -0000	2.58
--- pythonrun.h	31 Dec 2002 03:42:12 -0000	2.59
***************
*** 101,105 ****
 PyAPI_FUNC(void) _PyExc_Init(void);
 PyAPI_FUNC(void) _PyImportHooks_Init(void);
! PyAPI_FUNC(int) PyFrame_Init(void);
 
 /* Various internal finalizers */
--- 101,105 ----
 PyAPI_FUNC(void) _PyExc_Init(void);
 PyAPI_FUNC(void) _PyImportHooks_Init(void);
! PyAPI_FUNC(int) _PyFrame_Init(void);
 
 /* Various internal finalizers */

AltStyle によって変換されたページ (->オリジナル) /