pythonrun.h: added run_pyc_file

ceval.h: added Py_AddPendingCall
rest: modules using the new naming scheme must now include Python.h
This commit is contained in:
Guido van Rossum 1994-09-14 13:23:36 +00:00
parent f5e0ea89db
commit 956640880d
5 changed files with 14 additions and 5 deletions

View file

@ -76,8 +76,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "modsupport.h"
#include "ceval.h"
#include "rename1.h"
extern void fatal PROTO((char *));
#ifdef __cplusplus