summaryrefslogtreecommitdiffstats
path: root/Parser
diff options
context:
space:
mode:
authorPeter Schneider-Kamp <nowonder@nowonder.de>2000-07-31 15:28:04 (GMT)
committerPeter Schneider-Kamp <nowonder@nowonder.de>2000-07-31 15:28:04 (GMT)
commit7e018909862a3fe6c571bbb7143f4ffb18ae834c (patch)
treeed39d496c16b58895a2620f43061bc9013c1deca /Parser
parent885082ca67d679a0d95218cb38babbcb10b92c3f (diff)
downloadcpython-7e018909862a3fe6c571bbb7143f4ffb18ae834c.zip
cpython-7e018909862a3fe6c571bbb7143f4ffb18ae834c.tar.gz
cpython-7e018909862a3fe6c571bbb7143f4ffb18ae834c.tar.bz2
merge Include/my*.h into Include/pyport.h
marked my*.h as obsolete
Diffstat (limited to 'Parser')
-rw-r--r--Parser/intrcheck.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Parser/intrcheck.c b/Parser/intrcheck.c
index 1b81646..6ed0e55 100644
--- a/Parser/intrcheck.c
+++ b/Parser/intrcheck.c
@@ -17,7 +17,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#define DL_IMPORT(RTYPE) RTYPE
#endif
-#include "myproto.h"
#include "intrcheck.h"
/* Copied here from ceval.h -- can't include that file. */