aboutsummaryrefslogtreecommitdiff
path: root/lang/python23/files/patch-Include::weakrefobject.h
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2003-12-20 07:13:43 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2003-12-20 07:13:43 +0000
commit60d09f59f53245bca42e44c3ab335cdc102b7fe8 (patch)
treea390cc0f9f61f555bbf96090544b502f5aeb48bd /lang/python23/files/patch-Include::weakrefobject.h
parent10a8a72040be87b810d185eafb84acf020ab597c (diff)
Notes
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)
-
-