mirror of https://github.com/python/cpython
include abstract.h
This commit is contained in:
parent
a827537afa
commit
3c7807937e
|
@ -89,6 +89,8 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
#include "modsupport.h"
|
||||
#include "ceval.h"
|
||||
|
||||
#include "abstract.h"
|
||||
|
||||
extern void Py_FatalError Py_PROTO((char *));
|
||||
|
||||
#define PyArg_GetInt(v, a) PyArg_Parse((v), "i", (a))
|
||||
|
|
Loading…
Reference in New Issue