[Expat-checkins] CVS: expat/lib xmltok.c,1.6,1.7

Fred L. Drake fdrake@users.sourceforge.net
Wed, 25 Jul 2001 10:18:45 -0700


Update of /cvsroot/expat/expat/lib
In directory usw-pr-cvs1:/tmp/cvs-serv32209

Modified Files:
	xmltok.c 
Log Message:

Remove useless RCSId static from the code.


Index: xmltok.c
===================================================================
RCS file: /cvsroot/expat/expat/lib/xmltok.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** xmltok.c	2001/02/16 18:12:49	1.6
--- xmltok.c	2001/07/25 17:18:43	1.7
***************
*** 4,10 ****
  */
  
- static char RCSId[]
-   = "$Header$";
- 
  #ifdef COMPILED_FROM_DSP
  #  include "winconfig.h"
--- 4,7 ----