From: Nick Ing-Simmons Date: Sun, 19 Jul 1998 13:21:07 +0000 (+0000) Subject: Add PL_ to merged file X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bde848c562646d502628341cc25a35dd857800b2;p=p5sagit%2Fp5-mst-13.2.git Add PL_ to merged file p4raw-id: //depot/ansiperl@1567 --- diff --git a/pp_hot.c b/pp_hot.c index cca05f7..d7f8f52 100644 --- a/pp_hot.c +++ b/pp_hot.c @@ -957,7 +957,7 @@ play_it_again: goto play_it_again; } else if (!iters) - XPUSHs(&sv_yes); + XPUSHs(&PL_sv_yes); LEAVE_SCOPE(oldsave); RETURN; }