summaryrefslogtreecommitdiff
path: root/pp_ctl.c
diff options
context:
space:
mode:
authorTim Bunce <Tim.Bunce@ig.co.uk>1997-09-05 00:00:00 +0000
committerTim Bunce <Tim.Bunce@ig.co.uk>1997-09-05 00:00:00 +0000
commit77fbf95bce52fc1baf4250ae8811113b62899d0d (patch)
tree6f07e995e25dbb562cc2bc1a7a1042d2531d8194 /pp_ctl.c
parent8dd57f36a45c77c02f1e9e31b63885b745e3a64f (diff)
downloadperl-77fbf95bce52fc1baf4250ae8811113b62899d0d.tar.gz
Re: "perl -d" dumps core when loading syslog.ph
(this is the same change as commit 0996bf4347dd0a5b669d26c3867f4ed296150f0a, but as applied)
Diffstat (limited to 'pp_ctl.c')
-rw-r--r--pp_ctl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pp_ctl.c b/pp_ctl.c
index 561c9fd77b..516e41e5b1 100644
--- a/pp_ctl.c
+++ b/pp_ctl.c
@@ -2226,6 +2226,7 @@ int gimme;
CvDEPTH(compcv) = 1;
SP = stack_base + POPMARK; /* pop original mark */
+ op = saveop; /* The caller may need it. */
RETURNOP(eval_start);
}