From 29e9f6fc0007eb3d3a2204ef8f93ec3d58645d81 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Sun, 20 Dec 2009 22:38:53 +0100 Subject: Remove spurious case of warning "Use of %s without parentheses is ambiguous" Eric Brine pointed out that this warning doesn't apply to ".", as in C, that shouldn't warn since C<. 1> cannot be mistaken for a floating point number. --- toke.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'toke.c') diff --git a/toke.c b/toke.c index 19241c401f..cec8ac2903 100644 --- a/toke.c +++ b/toke.c @@ -5642,8 +5642,6 @@ Perl_yylex(pTHX) pl_yylval.ival = 0; OPERATOR(DOTDOT); } - if (PL_expect != XOPERATOR) - check_uni(); Aop(OP_CONCAT); } /* FALL THROUGH */ -- cgit v1.2.1