commit | d6a15ada727e586dc7b2cce8115e65d0abb0d1aa | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Jun 24 22:30:42 1991 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Jun 24 22:30:42 1991 +0000 |
tree | 8088233a9c06c665d261f86046d0cf1ac5cea585 | |
parent | 1e2293d1f713b8fd74233aa0f66bf413b7c4ff33 [diff] [blame] |
Generalize to macintosh.
diff --git a/Parser/tokenizer.c b/Parser/tokenizer.c index 62a3da0..ccff9d1 100644 --- a/Parser/tokenizer.c +++ b/Parser/tokenizer.c
@@ -37,7 +37,7 @@ #include "tokenizer.h" #include "errcode.h" -#ifdef THINK_C +#ifdef macintosh #define TABSIZE 4 #endif