openbsd-ports/devel/py-psyco/patches/patch-c_Objects_pobject_h
fgsch 97dfc4ca97 fixes some nasty bugs where psyco can delete a var too earlier; from the
cvs repo; also uses WRKDIST rather than WRKSRC and bump package ver.
2005-06-08 22:24:01 +00:00

13 lines
449 B
Plaintext

$OpenBSD: patch-c_Objects_pobject_h,v 1.1 2005/06/08 22:24:01 fgsch Exp $
--- c/Objects/pobject.h.orig Wed Sep 3 11:30:04 2003
+++ c/Objects/pobject.h Wed Jun 8 19:14:18 2005
@@ -181,5 +181,8 @@ EXTERNVAR fixed_switch_t psyfs_none;
/* NOTE: don't forget to update pobject.c when adding new variables here */
#endif
+/* for dispatcher.c */
+EXTERNFN vinfo_t* Psyco_SafelyDeleteVar(PsycoObject* po, vinfo_t* vi);
+
#endif /* _PSY_OBJECT_H */