ports/devel/p5-Set-Object/files/patch-Object.xs
Sunpoet Po-Chuan Hsieh e5cbb0ba1e - Update to 1.35
- Update LICENSE
- Remove DOCS option
- Regenerate patch file with makepatch:
- Sort PLIST

Changes:	http://search.cpan.org/dist/Set-Object/Changes.pod
2015-06-13 13:52:20 +00:00

12 lines
280 B
Text

--- Object.xs.orig 2006-07-18 18:37:35 UTC
+++ Object.xs
@@ -89,6 +89,9 @@ START_MY_CXT
int iset_remove_one(ISET* s, SV* el, int spell_in_progress);
+void _dispel_magic(ISET*, SV*);
+void _cast_magic(ISET*, SV*);
+
int insert_in_bucket(BUCKET* pb, SV* sv)
{
if (!pb->sv)