From b83535cb553b94cd457aaceadbc320b293a81b7c Mon Sep 17 00:00:00 2001 From: Malcolm Beattie Date: Mon, 22 Sep 1997 16:01:48 +0000 Subject: runops becomes a funtion pointer and sv_bless3 created to avoid pointer forgery with '~'-magic. p4raw-id: //depot/perl@68 --- pp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pp.c') diff --git a/pp.c b/pp.c index 01c61c25a1..ff00688c7a 100644 --- a/pp.c +++ b/pp.c @@ -426,7 +426,7 @@ PP(pp_bless) else stash = gv_stashsv(POPs, TRUE); - (void)sv_bless(TOPs, stash); + (void)sv_bless3(TOPs, stash, TRUE); RETURN; } -- cgit v1.2.1