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:
77004de
)
Change 28063 forgot 1 key line - acutally use the correct filename
author
Nicholas Clark
<nick@ccl4.org>
Tue, 2 May 2006 16:24:14 +0000
(16:24 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Tue, 2 May 2006 16:24:14 +0000
(16:24 +0000)
storage.
p4raw-id: //depot/perl@28064
op.c
patch
|
blob
|
blame
|
history
diff --git
a/op.c
b/op.c
index
366897b
..
70f188e
100644
(file)
--- a/
op.c
+++ b/
op.c
@@
-5481,6
+5481,7
@@
Perl_newXS_flags(pTHX_ const char *name, XSUBADDR_t subaddr,
} else {
SvPOK_off(cv);
}
+ CvFILE(cv) = proto_and_file + proto_len;
} else {
sv_setpv((SV *)cv, proto);
}