[Python-checkins] python/dist/src/Modules zipimport.c,1.1,1.2

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Mon, 30 Dec 2002 14:42:59 -0800


Update of /cvsroot/python/python/dist/src/Modules
In directory sc8-pr-cvs1:/tmp/cvs-serv18508/python/Modules

Modified Files:
	zipimport.c 
Log Message:
Wouldn't compile on Windows; fixed.


Index: zipimport.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/zipimport.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** zipimport.c	30 Dec 2002 22:08:03 -0000	1.1
--- zipimport.c	30 Dec 2002 22:42:57 -0000	1.2
***************
*** 392,396 ****
  	char *path;
  #ifdef ALTSEP
! 	char *p, buf[MAXPATHLEN + 1];;
  #endif
  	PyObject *toc_entry;
--- 392,396 ----
  	char *path;
  #ifdef ALTSEP
! 	char *p, buf[MAXPATHLEN + 1];
  #endif
  	PyObject *toc_entry;