[Zope-Checkins] CVS: Zope2 - dcpyexpat.c:1.2 pyexpat.py:1.2 Setup.in:1.3 pyexpat.c:NONE pyexpat.prj:NONE pyexpat.prj.exp:NONE

Jim Fulton jim@digicool.com
Tue, 27 Mar 2001 12:11:19 -0500 (EST)


Update of /cvs-repository/Zope2/lib/python/Shared/DC/xml/pyexpat
In directory korak:/tmp/cvs-serv17230

Modified Files:
	Setup.in 
Added Files:
	dcpyexpat.c pyexpat.py 
Removed Files:
	pyexpat.c pyexpat.prj pyexpat.prj.exp 
Log Message:
Renamed pyexpat extension to avoid linker global-symbol conflicts with
other versions of expat that might pop up elsewhere. 

Eventually, this version needs to go away.




--- Updated File dcpyexpat.c in package Zope2 --

--- Updated File pyexpat.py in package Zope2 --

--- Updated File Setup.in in package Zope2 --
--- Setup.in	1999/07/21 13:25:03	1.2
+++ Setup.in	2001/03/27 17:11:18	1.3
@@ -1,3 +1,3 @@
 *shared*
-pyexpat pyexpat.c -DXML_NS -Iexpat/xmlparse -Iexpat/xmltok expat/xmlparse/xmlparse.c expat/xmlparse/hashtable.c expat/xmltok/xmlrole.c expat/xmltok/xmltok.c
+dcpyexpat dcpyexpat.c -DXML_NS -Iexpat/xmlparse -Iexpat/xmltok expat/xmlparse/xmlparse.c expat/xmlparse/hashtable.c expat/xmltok/xmlrole.c expat/xmltok/xmltok.c
 

--- Removed file pyexpat.c from package Zope2 --

--- Removed file pyexpat.prj from package Zope2 --

--- Removed file pyexpat.prj.exp from package Zope2 --