summaryrefslogtreecommitdiff
path: root/Include/pgenheaders.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-06-28 20:55:34 +0000
committerGuido van Rossum <guido@python.org>2000-06-28 20:55:34 +0000
commit9cb1cabb778f2cead5788706fb05c2b05afe9243 (patch)
tree073e8c75cd069fcf236c7ca5ea9a65799ebe5f14 /Include/pgenheaders.h
parent6b7a5d89590e630385f430ae103393b268a872fb (diff)
downloadcpython-git-9cb1cabb778f2cead5788706fb05c2b05afe9243.tar.gz
Jack Jansen: Removed support for long-dead Think C compiler
Diffstat (limited to 'Include/pgenheaders.h')
-rw-r--r--Include/pgenheaders.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/Include/pgenheaders.h b/Include/pgenheaders.h
index 31483915e1..cd6319361d 100644
--- a/Include/pgenheaders.h
+++ b/Include/pgenheaders.h
@@ -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