#include "compile.h"
#include "eval.h"
#include "ceval.h"
-#include "pythonrun.h"
#include "import.h"
#include "marshal.h"
}
for (;;) {
ret = run_tty_1(fp, filename);
-#ifdef REF_DEBUG
+#ifdef Py_REF_DEBUG
fprintf(stderr, "[%ld refs]\n", _Py_RefTotal);
#endif
if (ret == E_EOF)
err_clear();
-#ifdef REF_DEBUG
+#ifdef Py_REF_DEBUG
fprintf(stderr, "[%ld refs]\n", _Py_RefTotal);
#endif
-#ifdef TRACE_REFS
+#ifdef Py_TRACE_REFS
if (askyesno("Print left references?")) {
printrefs(stderr);
}
-#endif /* TRACE_REFS */
+#endif /* Py_TRACE_REFS */
#ifdef macintosh
PyMac_Exit(sts);
initintr(); /* May imply initsignal() */
}
-#ifdef TRACE_REFS
+#ifdef Py_TRACE_REFS
/* Ask a yes/no question */
int