]> granicus.if.org Git - python/commitdiff
Remove inaccurate (and it turns out, entirely superfluous) declarations of
authorMichael W. Hudson <mwh@python.net>
Thu, 17 Jul 2003 16:26:58 +0000 (16:26 +0000)
committerMichael W. Hudson <mwh@python.net>
Thu, 17 Jul 2003 16:26:58 +0000 (16:26 +0000)
PyOS_InputHook and PyOS_ReadlineFunctionPointer).

The inaccuracies were causing problems in framework builds on Mac OS X.

Modules/readline.c

index a07b04a9cf8112f6031985f23b0fd08c5bb6b907..64935c6efef7684c28938cfb45c13d50ee3bf506 100644 (file)
        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 */