From: Florian Ragwitz Date: Sat, 4 Oct 2008 02:31:51 +0000 (+0000) Subject: Don't define NEWSV. handy.h does that for us. X-Git-Tag: 0.005000~81 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-Declare.git;a=commitdiff_plain;h=d229e8e01be8091dd16a1ea2efc12d04afbcdba2 Don't define NEWSV. handy.h does that for us. --- diff --git a/stolen_chunk_of_toke.c b/stolen_chunk_of_toke.c index 3f0f896..ab1a384 100644 --- a/stolen_chunk_of_toke.c +++ b/stolen_chunk_of_toke.c @@ -136,11 +136,6 @@ STATIC char* S_scan_word(pTHX_ char *s, char *dest, STRLEN destlen, int allow # define PL_nextval (PL_parser->nextval) /* end of backcompat macros form 5.9 toke.c (mst) */ #endif -/* we also need this because we define PERL_CORE so handy.h doesn't provide - it for us (mst) */ -#ifndef NEWSV -#define NEWSV(x,len) newSV(len) -#endif /* when ccflags include -DDEBUGGING we need this for earlier 5.8 perls */ #ifndef SvPV_nolen_const