mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
- Update LICENSE - Remove DOCS option - Regenerate patch file with makepatch: - Sort PLIST Changes: http://search.cpan.org/dist/Set-Object/Changes.pod
12 lines
280 B
Text
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)
|