cpython/Include/Python.h
Guido van Rossum 956640880d pythonrun.h: added run_pyc_file
ceval.h: added Py_AddPendingCall
rest: modules using the new naming scheme must now include Python.h
1994-09-14 13:23:36 +00:00

4 lines
118 B
C

/* Header file to be included by modules using new naming conventions */
#include "allobjects.h"
#include "rename1.h"