Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6b7a5d8

Browse files
committed
Jack Jansen: Removed Macintosh tab-guessing code
1 parent b7c298f commit 6b7a5d8

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

Parser/parsetok.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,6 @@ PyParser_ParseFile(fp, filename, g, start, ps1, ps2, err_ret)
109109
tok->alterror++;
110110
}
111111

112-
#ifdef macintosh
113-
{
114-
int tabsize = guesstabsize(filename);
115-
if (tabsize > 0)
116-
tok->tabsize = tabsize;
117-
}
118-
#endif
119112

120113
return parsetok(tok, g, start, err_ret);
121114
}

0 commit comments

Comments
 (0)