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

loewis at users.sourceforge.net loewis at users.sourceforge.net
Thu Mar 3 12:46:07 CET 2005


Update of /cvsroot/python/python/dist/src/Include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17432/Include

Modified Files:
	errcode.h 
Log Message:
Patch #802188: better parser error message for non-EOL following line cont.


Index: errcode.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/errcode.h,v
retrieving revision 2.16
retrieving revision 2.17
diff -u -d -r2.16 -r2.17
--- errcode.h	15 Aug 2002 01:20:16 -0000	2.16
+++ errcode.h	3 Mar 2005 11:45:33 -0000	2.17
@@ -28,6 +28,7 @@
 #define E_DECODE	22	/* Error in decoding into Unicode */
 #define E_EOFS		23	/* EOF in triple-quoted string */
 #define E_EOLS		24	/* EOL in single-quoted string */
+#define E_LINECONT	25	/* Unexpected characters after a line continuation */
 
 #ifdef __cplusplus
 }



More information about the Python-checkins mailing list