Kaydet (Commit) 99ad1f13 authored tarafından Jesus Cea's avatar Jesus Cea

Backed out changeset 7ccc2cea6969

üst 263afe2f
...@@ -40,10 +40,7 @@ static int ...@@ -40,10 +40,7 @@ static int
my_fgets(char *buf, int len, FILE *fp) my_fgets(char *buf, int len, FILE *fp)
{ {
char *p; char *p;
#ifdef MS_WINDOWS
int i; int i;
#endif
while (1) { while (1) {
if (PyOS_InputHook != NULL) if (PyOS_InputHook != NULL)
(void)(PyOS_InputHook)(); (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