From 77fbf95bce52fc1baf4250ae8811113b62899d0d Mon Sep 17 00:00:00 2001
From: Tim Bunce <Tim.Bunce@ig.co.uk>
Date: Fri, 5 Sep 1997 00:00:00 +0000
Subject: Re: "perl -d" dumps core when loading syslog.ph

(this is the same change as commit 0996bf4347dd0a5b669d26c3867f4ed296150f0a, but as applied)
---
 pp_ctl.c | 1 +
 1 file changed, 1 insertion(+)

(limited to 'pp_ctl.c')

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);
 }
 
-- 
cgit v1.2.1