projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a152994
)
Add PL_ to merged file
Nick Ing-Simmons [Sun, 19 Jul 1998 13:21:07 +0000 (13:21 +0000)]
p4raw-id: //depot/ansiperl@1567
pp_hot.c
patch
|
blob
|
blame
|
history
diff --git
a/pp_hot.c
b/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;
}