X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=XS.xs;h=1ad66143340ea15f7e9c8dc1813339fb2a8acb53;hb=51048006130a4cf47a3202c881e6cd5843de8ef3;hp=94ba2d84d2523d43f0aea4c5494287a3626c8c7f;hpb=b6bdbb4cd4eabccfea0b721257dffee4ca74adbc;p=gitmo%2FClass-C3-XS.git diff --git a/XS.xs b/XS.xs index 94ba2d8..1ad6614 100644 --- a/XS.xs +++ b/XS.xs @@ -50,6 +50,10 @@ /* *********** end ppport.h stuff */ +#ifndef SVfARG +# define SVfARG(p) ((void*)(p)) +#endif + /* Most of this code is backported from the bleadperl patch's mro.c, and then modified to work with Class::C3's internals.