From bde848c562646d502628341cc25a35dd857800b2 Mon Sep 17 00:00:00 2001 From: Nick Ing-Simmons Date: Sun, 19 Jul 1998 13:21:07 +0000 Subject: [PATCH] Add PL_ to merged file p4raw-id: //depot/ansiperl@1567 --- pp_hot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.7.4