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);
 }