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