From: Guido van Rossum Date: Wed, 28 Jun 2000 20:55:34 +0000 (+0000) Subject: Jack Jansen: Removed support for long-dead Think C compiler X-Git-Tag: v2.0b1~1357 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9cb1cabb778f2cead5788706fb05c2b05afe9243;p=thirdparty%2FPython%2Fcpython.git Jack Jansen: Removed support for long-dead Think C compiler --- diff --git a/Include/pgenheaders.h b/Include/pgenheaders.h index 31483915e1dd..cd6319361d5b 100644 --- a/Include/pgenheaders.h +++ b/Include/pgenheaders.h @@ -47,11 +47,6 @@ PERFORMANCE OF THIS SOFTWARE. #include #include -#ifdef THINK_C -#define label label_ -#undef label -#endif - #ifdef HAVE_STDLIB_H #include #endif