[Python-checkins] python/dist/src/Modules/expat xmlrole.c,1.2,1.3

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Wed, 17 Jul 2002 07:45:35 -0700


Update of /cvsroot/python/python/dist/src/Modules/expat
In directory usw-pr-cvs1:/tmp/cvs-serv11151

Modified Files:
	xmlrole.c 
Log Message:
Remove RCSId; this produces annoying warnings.
This is already removed from Expat 1.95.4, so the problem will not
recur when we update.


Index: xmlrole.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/expat/xmlrole.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** xmlrole.c	11 Feb 2002 23:16:32 -0000	1.2
--- xmlrole.c	17 Jul 2002 14:45:33 -0000	1.3
***************
*** 4,10 ****
  */
  
- static char RCSId[]
-   = "$Header$";
- 
  #ifdef COMPILED_FROM_DSP
  #  include "winconfig.h"
--- 4,7 ----