[Python-checkins] python/dist/src/Include graminit.h,2.18,2.19

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Fri, 24 May 2002 08:47:08 -0700


Update of /cvsroot/python/python/dist/src/Include
In directory usw-pr-cvs1:/tmp/cvs-serv941/Include

Modified Files:
	graminit.h 
Log Message:
Disambiguate the grammar for backtick.
The old syntax suggested that a trailing comma was OK inside backticks,
but in fact (due to ideosyncrasies of pgen) it was not.  Fix the grammar
to avoid the ambiguity.  Fred: you may want to update the refman.

Index: graminit.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/graminit.h,v
retrieving revision 2.18
retrieving revision 2.19
diff -C2 -d -r2.18 -r2.19
*** graminit.h	15 Oct 2001 15:44:04 -0000	2.18
--- graminit.h	24 May 2002 15:47:06 -0000	2.19
***************
*** 65,66 ****
--- 65,67 ----
  #define list_for 320
  #define list_if 321
+ #define testlist1 322