[Python-checkins] CVS: python/dist/src/Modules _weakref.c,1.1,1.2

Tim Peters tim_one@users.sourceforge.net
Thu, 01 Feb 2001 16:07:09 -0800


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

Modified Files:
	_weakref.c 
Log Message:
Teach Windows build about the _weakref module.


Index: _weakref.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/_weakref.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** _weakref.c	2001/02/01 05:25:27	1.1
--- _weakref.c	2001/02/02 00:07:07	1.2
***************
*** 729,733 ****
  
  
! void
  init_weakref(void)
  {
--- 729,733 ----
  
  
! DL_EXPORT(void)
  init_weakref(void)
  {