From a8819417e80aa9d32c750ac973516c321adba4cd Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Tue, 9 Mar 2004 19:09:20 +0000 Subject: Revert change #22472, but keep the new tests. p4raw-link: @22472 on //depot/perl: 6b75d741eabd2f8d29b97270b6ce80b236b12a26 p4raw-id: //depot/perl@22473 --- pp_ctl.c | 1 - 1 file changed, 1 deletion(-) (limited to 'pp_ctl.c') diff --git a/pp_ctl.c b/pp_ctl.c index 585c5bacb6..038129feaa 100644 --- a/pp_ctl.c +++ b/pp_ctl.c @@ -1056,7 +1056,6 @@ PP(pp_flip) an exception for .."0" [#18165]). AMS 20021031. */ #define RANGE_IS_NUMERIC(left,right) ( \ - (!SvOK(left) && !SvOK(right)) || \ SvNIOKp(left) || (SvOK(left) && !SvPOKp(left)) || \ SvNIOKp(right) || (SvOK(right) && !SvPOKp(right)) || \ (((!SvOK(left) && SvOK(right)) || (looks_like_number(left) && \ -- cgit v1.2.1