summaryrefslogtreecommitdiffstats
path: root/Modules/_weakref.c
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-02-02 00:07:07 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-02-02 00:07:07 (GMT)
commit747d5b63db5db038f514409e1b783b244c9e1742 (patch)
tree29f2bb6c1303d0270295ea4128db5e3d2d259ed0 /Modules/_weakref.c
parent2492a20579ab1b395d2d3a65b2f9922eb86f9021 (diff)
downloadcpython-747d5b63db5db038f514409e1b783b244c9e1742.zip
cpython-747d5b63db5db038f514409e1b783b244c9e1742.tar.gz
cpython-747d5b63db5db038f514409e1b783b244c9e1742.tar.bz2
Teach Windows build about the _weakref module.
Diffstat (limited to 'Modules/_weakref.c')
-rw-r--r--Modules/_weakref.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_weakref.c b/Modules/_weakref.c
index 3c03c3c..dcbcb6b 100644
--- a/Modules/_weakref.c
+++ b/Modules/_weakref.c
@@ -728,7 +728,7 @@ weakref_functions[] = {
};
-void
+DL_EXPORT(void)
init_weakref(void)
{
PyObject *m;