[Python-checkins] python/dist/src/Modules _hotshot.c,1.19,1.19.2.1
tim_one@users.sourceforge.net
tim_one@users.sourceforge.net
2003年3月24日 15:55:22 -0800
Update of /cvsroot/python/python/dist/src/Modules
In directory sc8-pr-cvs1:/tmp/cvs-serv12248/Modules
Modified Files:
Tag: ast-branch
_hotshot.c
Log Message:
Put _hotshot back into this branch, after fixing the compiler problem.
The latter remains a mystery -- simply added an include of code.h before
compile.h, like every module that imports compile.h does.
Index: _hotshot.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/_hotshot.c,v
retrieving revision 1.19
retrieving revision 1.19.2.1
diff -C2 -d -r1.19 -r1.19.2.1
*** _hotshot.c 30 Jun 2002 15:26:09 -0000 1.19
--- _hotshot.c 24 Mar 2003 23:55:19 -0000 1.19.2.1
***************
*** 4,7 ****
--- 4,8 ----
#include "Python.h"
+ #include "code.h"
#include "compile.h"
#include "eval.h"