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:
Michael W. Hudson 2003-07-17 16:26:58 +00:00
parent 7a6b4f0284
commit afd43b5512
1 changed files with 0 additions and 4 deletions

View File

@ -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 */