diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-08-11 12:25:59 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-08-11 12:25:59 +0000 |
commit | 41af67ece9e9160bd6c5f33ad5ae5d493a869b60 (patch) | |
tree | 392a5385497b40c68c5da5fe2ef57a1e003b52ad /pp_hot.c | |
parent | ea2b5ef6d751420797c96208ee3824f54bf1d97a (diff) | |
download | perl-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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -248,7 +248,6 @@ PP(pp_or) PP(pp_add) { djSP; dATARGET; tryAMAGICbin(add,opASSIGN); - tryIVIVbin(+); { dPOPTOPnnrl_ul; SETn( left + right ); |