[Python-checkins] python/dist/src/Include Python-ast.h,1.1.2.5,1.1.2.6

jhylton@users.sourceforge.net jhylton@users.sourceforge.net
Tue, 25 Mar 2003 07:53:04 -0800


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

Modified Files:
      Tag: ast-branch
	Python-ast.h 
Log Message:
Change expr context to have AugLoad and AugStore.


Index: Python-ast.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/Attic/Python-ast.h,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -C2 -d -r1.1.2.5 -r1.1.2.6
*** Python-ast.h	2 Oct 2002 11:48:43 -0000	1.1.2.5
--- Python-ast.h	25 Mar 2003 15:53:01 -0000	1.1.2.6
***************
*** 1,3 ****
! /* File automatically generated by ../Parser/asdl_c.py */
  
  #include "asdl.h"
--- 1,3 ----
! /* File automatically generated by Parser/asdl_c.py */
  
  #include "asdl.h"
***************
*** 9,14 ****
  typedef struct _expr *expr_ty;
  
! typedef enum _expr_context { Load=1, Store=2, Del=3, AugStore=4, Param=5 }
!                              expr_context_ty;
  
  typedef struct _slice *slice_ty;
--- 9,14 ----
  typedef struct _expr *expr_ty;
  
! typedef enum _expr_context { Load=1, Store=2, Del=3, AugLoad=4, AugStore=5,
!                              Param=6 } expr_context_ty;
  
  typedef struct _slice *slice_ty;