diff options
author | Tim Bunce <Tim.Bunce@ig.co.uk> | 1997-09-05 00:00:00 +0000 |
---|---|---|
committer | Tim Bunce <Tim.Bunce@ig.co.uk> | 1997-09-05 00:00:00 +0000 |
commit | 77fbf95bce52fc1baf4250ae8811113b62899d0d (patch) | |
tree | 6f07e995e25dbb562cc2bc1a7a1042d2531d8194 /pp_ctl.c | |
parent | 8dd57f36a45c77c02f1e9e31b63885b745e3a64f (diff) | |
download | perl-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); } |