summaryrefslogtreecommitdiff
path: root/Parser/pgenmain.c
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2003-11-20 01:44:59 +0000
committerJack Jansen <jack.jansen@cwi.nl>2003-11-20 01:44:59 +0000
commiteddc1449bae39414aaf7a4f63ccd3b69c4fb069e (patch)
treecaaeed5da8c9755c4cc1d8ebf8da2f0608262c56 /Parser/pgenmain.c
parent4bae2d5e46b5135dba523616fd0960fc915eb120 (diff)
downloadcpython-git-eddc1449bae39414aaf7a4f63ccd3b69c4fb069e.tar.gz
Getting rid of all the code inside #ifdef macintosh too.
Diffstat (limited to 'Parser/pgenmain.c')
-rw-r--r--Parser/pgenmain.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/Parser/pgenmain.c b/Parser/pgenmain.c
index 7e86ea6f4a..0f68940a68 100644
--- a/Parser/pgenmain.c
+++ b/Parser/pgenmain.c
@@ -153,15 +153,6 @@ Py_FatalError(const char *msg)
Py_Exit(1);
}
-#ifdef macintosh
-/* ARGSUSED */
-int
-guesstabsize(char *path)
-{
- return 4;
-}
-#endif
-
/* No-nonsense my_readline() for tokenizer.c */
char *