From: Nicholas Clark Date: Fri, 8 Jul 2005 15:57:37 +0000 (+0000) Subject: We no longer default to creating a new SV for GvSV. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bdf3085f9fca00a6148ef3f26060d442844b64bd;p=p5sagit%2Fp5-mst-13.2.git We no longer default to creating a new SV for GvSV. p4raw-id: //depot/perl@25100 --- diff --git a/perl.h b/perl.h index bff904f..b573c71 100644 --- a/perl.h +++ b/perl.h @@ -804,6 +804,12 @@ int usleep(unsigned int); #endif /* PERL_CORE */ +/* We no longer default to creating a new SV for GvSV. + Do this before embed. */ +#ifndef PERL_CREATE_GVSV +#define PERL_DONT_CREATE_GVSV +#endif + /* Cannot include embed.h here on Win32 as win32.h has not yet been included and defines some config variables e.g. HAVE_INTERP_INTERN */