From: Guido van Rossum Date: Mon, 30 Jan 1995 12:55:22 +0000 (+0000) Subject: remove last bits of mac specific code X-Git-Tag: v1.2b3~64 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d09b41bf05a05a27a0cb49d9d050c36a25a0342f;p=thirdparty%2FPython%2Fcpython.git remove last bits of mac specific code --- diff --git a/Parser/intrcheck.c b/Parser/intrcheck.c index 09df4607f168..2529655ccc6a 100644 --- a/Parser/intrcheck.c +++ b/Parser/intrcheck.c @@ -31,14 +31,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include "myproto.h" #include "intrcheck.h" -#ifdef macintosh -#ifdef THINK_C -#include -#endif -#include -#endif - - #ifdef QUICKWIN