X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=stolen_chunk_of_toke.c;h=ab1a384568f958ce2369b9983e7198a24e955da4;hb=d229e8e01be8091dd16a1ea2efc12d04afbcdba2;hp=3f0f896ba23ab5ca2f6d5a67d29ca9ecdc80f15e;hpb=2c12221560f5fcff1447f6d46fe84721bb591a03;p=p5sagit%2FDevel-Declare.git 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