Permalink
Browse files

Remove future.c from the build.

Tried to remove the Python-ast.h header, but pythonrun.c uses it, and
many files use stuff in pythonrun.c.  It's too tangled.
  • Loading branch information...
Andy Chu
Andy Chu committed Aug 19, 2018
1 parent 312b542 commit 3a0d0e942783963eee7adbb9ef41a67cdcbf8160
Showing with 3 additions and 1 deletion.
  1. +3 −0 Python-2.7.13/Python/import.c
  2. +0 −1 build/compile.sh
@@ -3,7 +3,10 @@
#include "Python.h"
#ifndef OVM_MAIN
#include "Python-ast.h"
#endif
#undef Yield /* undefine macro conflicting with winbase.h */
#include "pyarena.h"
#include "pythonrun.h"
View
@@ -15,7 +15,6 @@ Python/bltinmodule.c
Python/ceval.c
Python/codecs.c
Python/errors.c
Python/future.c
Python/getargs.c
Python/getcompiler.c
Python/getcopyright.c

0 comments on commit 3a0d0e9

Please sign in to comment.