[Zope-Checkins] CVS: Zope2 - dcpyexpat.c:1.2.36.1

andreas@serenade.digicool.com andreas@serenade.digicool.com
Thu, 5 Jul 2001 12:16:09 -0400


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

Modified Files:
      Tag: Zope-2_4-branch
	dcpyexpat.c 
Log Message:
adjustments to avoid compiler warnings



--- Updated File dcpyexpat.c in package Zope2 --
--- dcpyexpat.c	2001/03/27 17:11:18	1.2
+++ dcpyexpat.c	2001/07/05 16:15:39	1.2.36.1
@@ -503,7 +503,6 @@
 
 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$";