X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FClass-C3-XS.git;a=blobdiff_plain;f=XS.xs;fp=XS.xs;h=1ad66143340ea15f7e9c8dc1813339fb2a8acb53;hp=94ba2d84d2523d43f0aea4c5494287a3626c8c7f;hb=68fe9f2928a5a423e6d31eaf4b2bf0c17c9bfb27;hpb=9595a118fe264b301e9e69f7262cd6da8714fd94 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.