This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
improved diagnostic on syntax errors at EOL
[perl5.git]
/
toke.c
diff --git
a/toke.c
b/toke.c
index
de6bfda
..
66d9947
100644
(file)
--- a/
toke.c
+++ b/
toke.c
@@
-199,6
+199,8
@@
no_op(char *what, char *s)
t - PL_oldoldbufptr, PL_oldoldbufptr);
}
+ else if (s <= oldbp)
+ warn("\t(Missing operator before end of line?)\n");
else
warn("\t(Missing operator before %.*s?)\n", s - oldbp, oldbp);
PL_bufptr = oldbp;