[Python-checkins] python/dist/src/Python newcompile.c, 1.1.2.113, 1.1.2.114

jhylton@users.sourceforge.net jhylton at users.sourceforge.net
Wed Oct 12 00:29:09 CEST 2005


Update of /cvsroot/python/python/dist/src/Python
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5663/Python

Modified Files:
      Tag: ast-branch
	newcompile.c 
Log Message:
Get rid of compiler warning for PyAST_FromNode().


Index: newcompile.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/Attic/newcompile.c,v
retrieving revision 1.1.2.113
retrieving revision 1.1.2.114
diff -u -d -r1.1.2.113 -r1.1.2.114
--- newcompile.c	11 Oct 2005 21:37:28 -0000	1.1.2.113
+++ newcompile.c	11 Oct 2005 22:29:06 -0000	1.1.2.114
@@ -17,6 +17,8 @@
 #include "Python.h"
 
 #include "Python-ast.h"
+#include "node.h"
+#include "ast.h"
 #include "code.h"
 #include "compile.h"
 #include "symtable.h"



More information about the Python-checkins mailing list