[Zope-Checkins] CVS: Zope2 - .cvsignore:1.2 dcpyexpat.c:1.3
andreas@serenade.digicool.com
andreas@serenade.digicool.com
Thu, 5 Jul 2001 12:18:29 -0400
Update of /cvs-repository/Zope2/lib/python/Shared/DC/xml/pyexpat
In directory serenade:/tmp/cvs-serv29808
Modified Files:
.cvsignore dcpyexpat.c
Log Message:
source code adjustments to avoid compiler warnings
--- Updated File .cvsignore in package Zope2 --
--- .cvsignore 1999/11/09 16:52:23 1.1
+++ .cvsignore 2001/07/05 16:17:58 1.2
@@ -1,5 +1,4 @@
sedscript
Makefile
-Setup
Makefile.pre
config.c
--- Updated File dcpyexpat.c in package Zope2 --
--- dcpyexpat.c 2001/03/27 17:11:18 1.2
+++ dcpyexpat.c 2001/07/05 16:17:58 1.3
@@ -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$";