Change 29877 by [EMAIL PROTECTED] on 2007/01/18 23:51:45
Add in missing dVAR that prevents compilation with
-DPERL_GLOBAL_STRUCT_PRIVATE
Affected files ...
... //depot/perl/perl.c#782 edit
Differences ...
==== //depot/perl/perl.c#782 (text) ====
Index: perl/perl.c
--- perl/perl.c#781~29830~ 2007-01-15 06:38:58.000000000 -0800
+++ perl/perl.c 2007-01-18 15:51:45.000000000 -0800
@@ -1326,6 +1326,8 @@
void
perl_free(pTHXx)
{
+ dVAR;
+
if (PL_veto_cleanup)
return;
End of Patch.
