[Python-checkins] CVS: python/dist/src/Modules resource.c,2.18,2.19

A.M. Kuchling akuchling@users.sourceforge.net
Mon, 17 Sep 2001 09:19:18 -0700


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

Modified Files:
	resource.c 
Log Message:
[Patch #462255, from Jason Tishler] Re-enables building the resouce
    module on the Cygwin platform.


Index: resource.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/resource.c,v
retrieving revision 2.18
retrieving revision 2.19
diff -C2 -d -r2.18 -r2.19
*** resource.c	2000/09/01 23:29:27	2.18
--- resource.c	2001/09/17 16:19:16	2.19
***************
*** 170,174 ****
  }
  
! void initresource(void)
  {
  	PyObject *m, *d;
--- 170,175 ----
  }
  
! DL_EXPORT(void)
! initresource(void)
  {
  	PyObject *m, *d;