[Python-checkins] CVS: python/dist/src/Include Python.h,2.16,2.17

Greg Ward python-dev@python.org
Sun, 28 May 2000 13:29:50 -0700


Update of /cvsroot/python/python/dist/src/Include
In directory slayer.i.sourceforge.net:/tmp/cvs-serv15209

Modified Files:
	Python.h 
Log Message:
Typo fix in comment.

Index: Python.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/Python.h,v
retrieving revision 2.16
retrieving revision 2.17
diff -C2 -r2.16 -r2.17
*** Python.h	2000/05/08 13:35:17	2.16
--- Python.h	2000/05/28 20:29:48	2.17
***************
*** 123,127 ****
  #include "pyfpe.h"
  
! /* These definitions much match corresponding definitions in graminit.h.
     There's code in compile.c that checks that they are the same. */
  #define Py_single_input 256
--- 123,127 ----
  #include "pyfpe.h"
  
! /* These definitions must match corresponding definitions in graminit.h.
     There's code in compile.c that checks that they are the same. */
  #define Py_single_input 256