[Zope-Checkins] CVS: Zope/lib/python/Shared/DC/xml/pyexpat - .cvsignore:1.1.188.1 dcpyexpat.c:1.2.40.1

Shane Hathaway shane@digicool.com
Thu, 9 Aug 2001 13:34:13 -0400


Update of /cvs-repository/Zope/lib/python/Shared/DC/xml/pyexpat
In directory cvs.zope.org:/tmp/cvs-serv29115/lib/python/Shared/DC/xml/pyexpat

Modified Files:
      Tag: NR-branch
	.cvsignore dcpyexpat.c 
Log Message:
Sync NR-branch with trunk.  Sorry about so many checkin messages...


=== Zope/lib/python/Shared/DC/xml/pyexpat/.cvsignore 1.1 => 1.1.188.1 ===
 Makefile
-Setup
 Makefile.pre
 config.c


=== Zope/lib/python/Shared/DC/xml/pyexpat/dcpyexpat.c 1.2 => 1.2.40.1 ===
 static PyObject *
 xmlparse_getattr(xmlparseobject *self, char *name) {
-	long rv;
 
 #define GET_HANDLER(N) \
 	if (strcmp(name, #N) == 0) { \
@@ -714,7 +713,7 @@
 ;
 
 void
-initdcpyexpat() {
+initdcpyexpat(void) {
 	PyObject *m, *d;
 	char *rev="$Revision$";