Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1d6a729

Browse files
committed
More limits.h stuff in node.c.
Fred, check this!
1 parent 0b71cea commit 1d6a729

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

Parser/node.c

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
1-
21
/* Parse tree node implementation */
32

4-
#include "pgenheaders.h"
3+
#include "Python.h"
54
#include "node.h"
65
#include "errcode.h"
76

8-
#ifdef HAVE_LIMITS_H
9-
#include <limits.h>
10-
#endif
11-
#ifndef INT_MAX
12-
#define INT_MAX 2147483647
13-
#endif
14-
157
node *
168
PyNode_New(int type)
179
{

0 commit comments

Comments
 (0)