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
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb0110d
)
make diagnostic on C<my $^I> etc., more readable
author
Gurusamy Sarathy
<gsar@cpan.org>
Wed, 7 Jul 1999 00:27:10 +0000
(
00:27
+0000)
committer
Gurusamy Sarathy
<gsar@cpan.org>
Wed, 7 Jul 1999 00:27:10 +0000
(
00:27
+0000)
p4raw-id: //depot/perl@3627
op.c
patch
|
blob
|
blame
|
history
diff --git
a/op.c
b/op.c
index
44700dd
..
e1d6976
100644
(file)
--- a/
op.c
+++ b/
op.c
@@
-142,7
+142,7
@@
Perl_pad_allocmy(pTHX_ char *name)
(PL_hints & HINT_UTF8 && (name[1] & 0xc0) == 0xc0) ||
name[1] == '_' && (int)strlen(name) > 2))
{
- if (!isPRINT(name[1])) {
+ if (!isPRINT(name[1])
|| strchr("\t\n\r\f", name[1])
) {
/* 1999-02-27 mjd@plover.com */
char *p;
p = strchr(name, '\0');