Mailing List Archive

python/dist/src/Include pythonrun.h,2.53,2.54
Update of /cvsroot/python/python/dist/src/Include
In directory usw-pr-cvs1:/tmp/cvs-serv17449

Modified Files:
pythonrun.h
Log Message:
Correct PyAPI_FUNC to PyAPI_DATA - sorry Jack.

Index: pythonrun.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/pythonrun.h,v
retrieving revision 2.53
retrieving revision 2.54
diff -C2 -d -r2.53 -r2.54
*** pythonrun.h 12 Aug 2002 07:21:57 -0000 2.53
--- pythonrun.h 12 Aug 2002 13:06:35 -0000 2.54
***************
*** 115,120 ****
/* Stuff with no proper home (yet) */
PyAPI_FUNC(char *) PyOS_Readline(char *);
! PyAPI_FUNC(int) (*PyOS_InputHook)(void);
! PyAPI_FUNC(char) *(*PyOS_ReadlineFunctionPointer)(char *);

/* Stack size, in "pointers" (so we get extra safety margins
--- 115,120 ----
/* Stuff with no proper home (yet) */
PyAPI_FUNC(char *) PyOS_Readline(char *);
! PyAPI_DATA(int) (*PyOS_InputHook)(void);
! PyAPI_DATA(char) *(*PyOS_ReadlineFunctionPointer)(char *);

/* Stack size, in "pointers" (so we get extra safety margins