mirror of https://github.com/python/cpython
Remove inaccurate (and it turns out, entirely superfluous) declarations of
PyOS_InputHook and PyOS_ReadlineFunctionPointer). The inaccuracies were causing problems in framework builds on Mac OS X.
This commit is contained in:
parent
7a6b4f0284
commit
afd43b5512
|
@ -31,10 +31,6 @@
|
|||
rl_completion_matches((x), ((rl_compentry_func_t *)(y)))
|
||||
#endif
|
||||
|
||||
/* Pointers needed from outside (but not declared in a header file). */
|
||||
PyAPI_FUNC(int) (*PyOS_InputHook)(void);
|
||||
PyAPI_FUNC(char) *(*PyOS_ReadlineFunctionPointer)(FILE *, FILE *,char *);
|
||||
|
||||
|
||||
/* Exported function to send one line to readline's init file parser */
|
||||
|
||||
|
|
Loading…
Reference in New Issue