From: Chia-liang Kao Date: Thu, 21 Aug 2008 08:49:36 +0000 (+0000) Subject: Make the xs actually compile on 5.8.8. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=70a91f79a5aa534ddb315644cd42f41847e4dcd7;p=gitmo%2FMoose.git Make the xs actually compile on 5.8.8. --- diff --git a/Moose.xs b/Moose.xs index 6ed6166..d1495bc 100644 --- a/Moose.xs +++ b/Moose.xs @@ -12,7 +12,7 @@ #endif #ifndef gv_stashpvs -#define gv_stashpvs(x, y) gv_stashpvn(STR_WITH_LEN(x), y) +#define gv_stashpvs(x, y) Perl_gv_stashpvn(aTHX_ STR_WITH_LEN(x), y) #endif /* FIXME