Commit 99ad1f13 authored by Jesus Cea's avatar Jesus Cea

Backed out changeset 7ccc2cea6969

parent 263afe2f
......@@ -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)();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment