[Python-checkins] CVS: python/dist/src/Include errcode.h,2.12,2.13

Fred L. Drake python-dev@python.org
Tue, 11 Jul 2000 12:49:25 -0700


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

Modified Files:
	errcode.h 
Log Message:

Fix incomplete merge of Ping's SyntaxError enhancement patch (my fault).
Comment change only.


Index: errcode.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/errcode.h,v
retrieving revision 2.12
retrieving revision 2.13
diff -C2 -r2.12 -r2.13
*** errcode.h	2000/07/11 17:52:59	2.12
--- errcode.h	2000/07/11 19:49:15	2.13
***************
*** 31,35 ****
  #define E_DONE		16	/* Parsing complete */
  #define E_ERROR		17	/* Execution error */
! #define E_TABSPACE	18	/* Invalid indentation detected */
  #define E_OVERFLOW      19	/* Node had too many children */
  #define E_TOODEEP	20	/* Too many indentation levels */
--- 31,35 ----
  #define E_DONE		16	/* Parsing complete */
  #define E_ERROR		17	/* Execution error */
! #define E_TABSPACE	18	/* Inconsistent mixing of tabs and spaces */
  #define E_OVERFLOW      19	/* Node had too many children */
  #define E_TOODEEP	20	/* Too many indentation levels */