Backed out changeset 7ccc2cea6969

This commit is contained in:
Jesus Cea 2012-07-03 13:06:45 +02:00
parent 263afe2fed
commit 99ad1f1354

View file

@ -40,10 +40,7 @@ static int
my_fgets(char *buf, int len, FILE *fp)
{
char *p;
#ifdef MS_WINDOWS
int i;
#endif
while (1) {
if (PyOS_InputHook != NULL)
(void)(PyOS_InputHook)();