From: rafl Date: Sat, 4 Oct 2008 02:31:51 +0000 (+0000) Subject: Don't define NEWSV. handy.h does that for us. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4889f1419df7816c96ef0ff13e34f8cb8a4fc1cc;p=p5sagit%2FDevel-Declare.git Don't define NEWSV. handy.h does that for us. git-svn-id: http://dev.catalyst.perl.org/repos/bast/Devel-Declare/1.000/trunk@4873 bd8105ee-0ff8-0310-8827-fb3f25b6796d --- 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