diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-12-12 19:19:02 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-12-12 19:19:02 +0000 |
| commit | a0848d727648aa70f6a89c013203f2b82a4e972e (patch) | |
| tree | 37ec8e378ec2d731e9ba9c15cd58724325a5637c /lang/python23/files/patch-Include::weakrefobject.h | |
| parent | b6deb36621300a80aab2d23031a1a259f9b0ce01 (diff) | |
Notes
Diffstat (limited to 'lang/python23/files/patch-Include::weakrefobject.h')
| -rw-r--r-- | lang/python23/files/patch-Include::weakrefobject.h | 11 |
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) - - |
