summaryrefslogtreecommitdiff
path: root/toke.c
diff options
context:
space:
mode:
authorMike Guy <mjtg@cam.ac.uk>2000-12-02 17:27:13 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-12-02 18:33:05 +0000
commit7b3fae3c4b820c030a968065a87feacf276c7a7f (patch)
tree9f2db4f8782665ba47ce0227353392095471da19 /toke.c
parentd37f6f5fe34e88f2b6ade25bfb19b086ec071db4 (diff)
downloadperl-7b3fae3c4b820c030a968065a87feacf276c7a7f.tar.gz
Re: [ID 20001130.011] expression parsing bug ?
Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk> An extraneous argument. p4raw-id: //depot/perl@7958
Diffstat (limited to 'toke.c')
-rw-r--r--toke.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toke.c b/toke.c
index 28e552b2fb..0c803d44c7 100644
--- a/toke.c
+++ b/toke.c
@@ -2864,7 +2864,7 @@ Perl_yylex(pTHX)
if (*s == '(' && ckWARN(WARN_AMBIGUOUS))
Perl_warner(aTHX_ WARN_AMBIGUOUS,
"Ambiguous -%c() resolved as a file test",
- tmp, tmp);
+ tmp);
FTST(ftst);
}
else {