summaryrefslogtreecommitdiffstats
path: root/Parser/tokenizer.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1991-06-24 22:30:42 (GMT)
committerGuido van Rossum <guido@python.org>1991-06-24 22:30:42 (GMT)
commitd6a15ada727e586dc7b2cce8115e65d0abb0d1aa (patch)
tree8088233a9c06c665d261f86046d0cf1ac5cea585 /Parser/tokenizer.c
parent1e2293d1f713b8fd74233aa0f66bf413b7c4ff33 (diff)
downloadcpython-d6a15ada727e586dc7b2cce8115e65d0abb0d1aa.zip
cpython-d6a15ada727e586dc7b2cce8115e65d0abb0d1aa.tar.gz
cpython-d6a15ada727e586dc7b2cce8115e65d0abb0d1aa.tar.bz2
Generalize to macintosh.
Diffstat (limited to 'Parser/tokenizer.c')
-rw-r--r--Parser/tokenizer.c2
1 files changed, 1 insertions, 1 deletions
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 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "tokenizer.h"
#include "errcode.h"
-#ifdef THINK_C
+#ifdef macintosh
#define TABSIZE 4
#endif