]> granicus.if.org Git - python/commitdiff
Jack Jansen: Removed support for long-dead Think C compiler
authorGuido van Rossum <guido@python.org>
Wed, 28 Jun 2000 20:55:34 +0000 (20:55 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 28 Jun 2000 20:55:34 +0000 (20:55 +0000)
Include/pgenheaders.h

index 31483915e1dde6c444bf330012a42ec6a06a0a17..cd6319361d5b94908ed09764629954cf7efe5edb 100644 (file)
@@ -47,11 +47,6 @@ PERFORMANCE OF THIS SOFTWARE.
 #include <stdio.h>
 #include <string.h>
 
-#ifdef THINK_C
-#define label label_
-#undef label
-#endif
-
 #ifdef HAVE_STDLIB_H
 #include <stdlib.h>
 #endif