aboutsummaryrefslogtreecommitdiff
path: root/lang/python23/files/patch-Include::weakrefobject.h
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2004-02-14 07:18:35 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2004-02-14 07:18:35 +0000
commit00535086d3a922b17e2beead589f92e6cd585ff8 (patch)
tree39749b1efaaad8c42f3be50320a00cac0799aacc /lang/python23/files/patch-Include::weakrefobject.h
parentb6deb36621300a80aab2d23031a1a259f9b0ce01 (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_2_1'.release/5.2.1
Notes
Notes: svn path=/head/; revision=100899 svn path=/tags/RELEASE_5_2_1/; revision=100900; tag=release/5.2.1
Diffstat (limited to 'lang/python23/files/patch-Include::weakrefobject.h')
-rw-r--r--lang/python23/files/patch-Include::weakrefobject.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/python23/files/patch-Include::weakrefobject.h b/lang/python23/files/patch-Include::weakrefobject.h
deleted file mode 100644
index c3d47e307279..000000000000
--- a/lang/python23/files/patch-Include::weakrefobject.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- Include/weakrefobject.h.orig Mon Aug 12 16:21:58 2002
-+++ Include/weakrefobject.h Fri Nov 21 11:39:53 2003
-@@ -39,6 +39,8 @@
-
- PyAPI_FUNC(long) _PyWeakref_GetWeakrefCount(PyWeakReference *head);
-
-+PyAPI_FUNC(void) _PyWeakref_ClearRef(PyWeakReference *self);
-+
- #define PyWeakref_GET_OBJECT(ref) (((PyWeakReference *)(ref))->wr_object)
-
-