[Python-checkins] python/dist/src/Include ast.h,1.1.2.1,1.1.2.2

jhylton@users.sourceforge.net jhylton@users.sourceforge.net
Fri, 30 Aug 2002 12:59:57 -0700


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

Modified Files:
      Tag: ast-branch
	ast.h 
Log Message:
PyAST_FromNode() does not modify its argument.


Index: ast.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/Attic/ast.h,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** ast.h	7 Jul 2002 17:34:44 -0000	1.1.2.1
--- ast.h	30 Aug 2002 19:59:55 -0000	1.1.2.2
***************
*** 5,9 ****
  #endif
  
! extern DL_IMPORT(mod_ty) PyAST_FromNode(node *);
  
  #ifdef __cplusplus
--- 5,9 ----
  #endif
  
! extern DL_IMPORT(mod_ty) PyAST_FromNode(const node *);
  
  #ifdef __cplusplus