projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d011219
)
Add in missing dVAR that prevents compilation with
author
Nicholas Clark
<nick@ccl4.org>
Thu, 18 Jan 2007 23:51:45 +0000
(23:51 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Thu, 18 Jan 2007 23:51:45 +0000
(23:51 +0000)
-DPERL_GLOBAL_STRUCT_PRIVATE
p4raw-id: //depot/perl@29877
perl.c
patch
|
blob
|
history
diff --git
a/perl.c
b/perl.c
index
88bbcbb
..
9c7b314
100644
(file)
--- a/
perl.c
+++ b/
perl.c
@@
-1326,6
+1326,8
@@
Releases a Perl interpreter. See L<perlembed>.
void
perl_free(pTHXx)
{
+ dVAR;
+
if (PL_veto_cleanup)
return;