summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pp_hot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp_hot.c b/pp_hot.c
index cca05f738d..d7f8f52e28 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;
}