[Python-Dev] "conflicting types" in python CVS build

Alex Coventry alex_c@MIT.EDU
Sun, 27 Oct 2002 08:47:28 -0500 (EST)


> > hope this helps.
> 
> Not really. Can you please copy line 169 of pgenmain.c? I can't see a
> problem.

at the time, lines 167-169 were

char *
PyOS_Readline(char *prompt)
{

which conflicted with the prototype in pythonrun.h.  but it looks like a
change which fixed that was checked in this morning.  sorry for the
confusion.

alex.