Skip to content

Commit

Permalink
More limits.h stuff in node.c.
Browse files Browse the repository at this point in the history
Fred, check this!
  • Loading branch information
tim-one committed Sep 26, 2000
1 parent 0b71cea commit 1d6a729
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions Parser/node.c
Original file line number Diff line number Diff line change
@@ -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)
{
Expand Down

0 comments on commit 1d6a729

Please sign in to comment.