[Python-checkins] cpython: make only files which use AST depend on Python-ast.h

benjamin.peterson python-checkins at python.org
Thu Aug 11 21:46:58 CEST 2011


http://hg.python.org/cpython/rev/2c116e3105fd
changeset:   71820:2c116e3105fd
user:        Benjamin Peterson <benjamin at python.org>
date:        Thu Aug 11 14:46:26 2011 -0500
summary:
  make only files which use AST depend on Python-ast.h

files:
  Makefile.pre.in |  1 -
  1 files changed, 0 insertions(+), 1 deletions(-)


diff --git a/Makefile.pre.in b/Makefile.pre.in
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -658,7 +658,6 @@
 # Header files
 
 PYTHON_HEADERS= \
-		Include/Python-ast.h \
 		Include/Python.h \
 		Include/abstract.h \
 		Include/asdl.h \

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list