[Python-checkins] CVS: python/dist/src/Parser node.c,2.15,2.16

Tim Peters python-dev@python.org
Mon, 25 Sep 2000 23:11:57 -0700


Update of /cvsroot/python/python/dist/src/Parser
In directory slayer.i.sourceforge.net:/tmp/cvs-serv16502/python/dist/src/parser

Modified Files:
	node.c 
Log Message:
More limits.h stuff in node.c.
Fred, check this!


Index: node.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/node.c,v
retrieving revision 2.15
retrieving revision 2.16
diff -C2 -r2.15 -r2.16
*** node.c	2000/09/03 23:47:08	2.15
--- node.c	2000/09/26 06:11:54	2.16
***************
*** 1,15 ****
- 
  /* Parse tree node implementation */
  
! #include "pgenheaders.h"
  #include "node.h"
  #include "errcode.h"
- 
- #ifdef HAVE_LIMITS_H
- #include <limits.h>
- #endif
- #ifndef INT_MAX
- #define INT_MAX 2147483647
- #endif
  
  node *
--- 1,7 ----
  /* Parse tree node implementation */
  
! #include "Python.h"
  #include "node.h"
  #include "errcode.h"
  
  node *