From: Florian Ragwitz Date: Fri, 5 Dec 2008 19:57:17 +0000 (+0000) Subject: Tell ppport.h that we need newRV_noinc. X-Git-Tag: 0.72~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=08f4716f132cbbd000b4b9ae8e1ca8292b152e66;p=gitmo%2FClass-MOP.git Tell ppport.h that we need newRV_noinc. --- diff --git a/MOP.xs b/MOP.xs index 9be66a1..fe86360 100644 --- a/MOP.xs +++ b/MOP.xs @@ -9,6 +9,7 @@ This shuts up warnings from gcc -Wall #include "perl.h" #include "XSUB.h" +#define NEED_newRV_noinc #define NEED_sv_2pv_flags #define NEED_sv_2pv_nolen #include "ppport.h"