[Python-checkins] python/dist/src/Objects frameobject.c,2.80,2.81

jhylton@users.sourceforge.net jhylton at users.sourceforge.net
Fri Oct 21 16:58:09 CEST 2005


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

Modified Files:
	frameobject.c 
Log Message:
Fix a bunch of imports to use code.h instead of compile.h.
Remove duplicate declarations from compile.h


Index: frameobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/frameobject.c,v
retrieving revision 2.80
retrieving revision 2.81
diff -u -d -r2.80 -r2.81
--- frameobject.c	20 Oct 2005 19:59:24 -0000	2.80
+++ frameobject.c	21 Oct 2005 14:58:06 -0000	2.81
@@ -4,7 +4,6 @@
 #include "Python.h"
 
 #include "code.h"
-#include "compile.h"
 #include "frameobject.h"
 #include "opcode.h"
 #include "structmember.h"



More information about the Python-checkins mailing list