mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Correct PyAPI_FUNC to PyAPI_DATA - sorry Jack.
This commit is contained in:
parent
9c329de47e
commit
5d546674d1
1 changed files with 2 additions and 2 deletions
|
@ -114,8 +114,8 @@ PyAPI_FUNC(void) PyOS_FiniInterrupts(void);
|
|||
|
||||
/* Stuff with no proper home (yet) */
|
||||
PyAPI_FUNC(char *) PyOS_Readline(char *);
|
||||
PyAPI_FUNC(int) (*PyOS_InputHook)(void);
|
||||
PyAPI_FUNC(char) *(*PyOS_ReadlineFunctionPointer)(char *);
|
||||
PyAPI_DATA(int) (*PyOS_InputHook)(void);
|
||||
PyAPI_DATA(char) *(*PyOS_ReadlineFunctionPointer)(char *);
|
||||
|
||||
/* Stack size, in "pointers" (so we get extra safety margins
|
||||
on 64-bit platforms). On a 32-bit platform, this translates
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue