[Python-checkins] python/dist/src/Include errcode.h,2.14,2.15 graminit.h,2.19,2.20

loewis@users.sourceforge.net loewis@users.sourceforge.net
Sun, 04 Aug 2002 10:29:54 -0700


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

Modified Files:
	errcode.h graminit.h 
Log Message:
Patch #534304: Implement phase 1 of PEP 263.


Index: errcode.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/errcode.h,v
retrieving revision 2.14
retrieving revision 2.15
diff -C2 -d -r2.14 -r2.15
*** errcode.h	1 Sep 2000 23:29:26 -0000	2.14
--- errcode.h	4 Aug 2002 17:29:52 -0000	2.15
***************
*** 26,29 ****
--- 26,30 ----
  #define E_TOODEEP	20	/* Too many indentation levels */
  #define E_DEDENT	21	/* No matching outer block for dedent */
+ #define E_DECODE	22	/* Error in decoding into Unicode */
  
  #ifdef __cplusplus

Index: graminit.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/graminit.h,v
retrieving revision 2.19
retrieving revision 2.20
diff -C2 -d -r2.19 -r2.20
*** graminit.h	24 May 2002 15:47:06 -0000	2.19
--- graminit.h	4 Aug 2002 17:29:52 -0000	2.20
***************
*** 66,67 ****
--- 66,68 ----
  #define list_if 321
  #define testlist1 322
+ #define encoding_decl 323