mirror of https://github.com/python/cpython
parent
0b71ceaeff
commit
1d6a7297d3
|
@ -1,17 +1,9 @@
|
|||
|
||||
/* Parse tree node implementation */
|
||||
|
||||
#include "pgenheaders.h"
|
||||
#include "Python.h"
|
||||
#include "node.h"
|
||||
#include "errcode.h"
|
||||
|
||||
#ifdef HAVE_LIMITS_H
|
||||
#include <limits.h>
|
||||
#endif
|
||||
#ifndef INT_MAX
|
||||
#define INT_MAX 2147483647
|
||||
#endif
|
||||
|
||||
node *
|
||||
PyNode_New(int type)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue