Add PL_ to merged file
authorNick Ing-Simmons <nik@tiuk.ti.com>
Sun, 19 Jul 1998 13:21:07 +0000 (13:21 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Sun, 19 Jul 1998 13:21:07 +0000 (13:21 +0000)
p4raw-id: //depot/ansiperl@1567

pp_hot.c

index cca05f7..d7f8f52 100644 (file)
--- 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;
     }