[Expat-checkins] CVS: expat/lib xmlparse.c,1.16,1.17

Fred L. Drake fdrake@users.sourceforge.net
Wed, 25 Jul 2001 07:40:08 -0700


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

Modified Files:
	xmlparse.c 
Log Message:

Remove one more line that was not supposed to have gotten checked in
(part of an unfinished feature).


Index: xmlparse.c
===================================================================
RCS file: /cvsroot/expat/expat/lib/xmlparse.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** xmlparse.c	2001/07/25 03:29:56	1.16
--- xmlparse.c	2001/07/25 14:40:06	1.17
***************
*** 609,613 ****
    externalEntityRefHandler = 0;
    externalEntityRefHandlerArg = parser;
-   internalEntityRefHandler = 0;
    unknownEncodingHandler = 0;
    elementDeclHandler = 0;
--- 609,612 ----