summaryrefslogtreecommitdiff
path: root/pp_hot.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-08-11 12:25:59 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-08-11 12:25:59 +0000
commit41af67ece9e9160bd6c5f33ad5ae5d493a869b60 (patch)
tree392a5385497b40c68c5da5fe2ef57a1e003b52ad /pp_hot.c
parentea2b5ef6d751420797c96208ee3824f54bf1d97a (diff)
downloadperl-41af67ece9e9160bd6c5f33ad5ae5d493a869b60.tar.gz
Unapply an experimental patch that accidentally escaped
from the lab by piggybacking with the change #3955. p4raw-link: @3955 on //depot/cfgperl: d28f7c377ae191ca53d9157f124642cf323614a0 p4raw-id: //depot/cfgperl@3957
Diffstat (limited to 'pp_hot.c')
-rw-r--r--pp_hot.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pp_hot.c b/pp_hot.c
index a7ce6180a1..78f07a17f3 100644
--- a/pp_hot.c
+++ b/pp_hot.c
@@ -248,7 +248,6 @@ PP(pp_or)
PP(pp_add)
{
djSP; dATARGET; tryAMAGICbin(add,opASSIGN);
- tryIVIVbin(+);
{
dPOPTOPnnrl_ul;
SETn( left + right );