commit | 6b7a5d89590e630385f430ae103393b268a872fb | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Jun 28 20:54:53 2000 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Jun 28 20:54:53 2000 +0000 |
tree | 0cbcac70a65793ef627c510dcb2964085b1f7a49 | |
parent | b7c298f80646a19fe69928bc8f663af34c9d95e9 [diff] |
Jack Jansen: Removed Macintosh tab-guessing code
diff --git a/Parser/parsetok.c b/Parser/parsetok.c index 6d20d93..7e87859 100644 --- a/Parser/parsetok.c +++ b/Parser/parsetok.c
@@ -109,13 +109,6 @@ tok->alterror++; } -#ifdef macintosh - { - int tabsize = guesstabsize(filename); - if (tabsize > 0) - tok->tabsize = tabsize; - } -#endif return parsetok(tok, g, start, err_ret); }