From: Nicholas Clark Date: Thu, 18 Jan 2007 23:51:45 +0000 (+0000) Subject: Add in missing dVAR that prevents compilation with X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5174512cf0da4468651206cf7374c92bc2155441;p=p5sagit%2Fp5-mst-13.2.git Add in missing dVAR that prevents compilation with -DPERL_GLOBAL_STRUCT_PRIVATE p4raw-id: //depot/perl@29877 --- diff --git a/perl.c b/perl.c index 88bbcbb..9c7b314 100644 --- a/perl.c +++ b/perl.c @@ -1326,6 +1326,8 @@ Releases a Perl interpreter. See L. void perl_free(pTHXx) { + dVAR; + if (PL_veto_cleanup) return;