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:
a8cecd9
)
cop.h: Clarify comment
author
Father Chrysostomos
<sprout@cpan.org>
Wed, 6 Jun 2012 22:55:16 +0000
(15:55 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Fri, 8 Jun 2012 06:51:05 +0000
(23:51 -0700)
cop.h
patch
|
blob
|
blame
|
history
diff --git
a/cop.h
b/cop.h
index
9f3762e
..
af98965
100644
(file)
--- a/
cop.h
+++ b/
cop.h
@@
-387,7
+387,8
@@
struct cop {
line_t cop_line; /* line # of this command */
/* label for this construct is now stored in cop_hints_hash */
#ifdef USE_ITHREADS
- PADOFFSET cop_stashoff; /* package line was compiled in */
+ PADOFFSET cop_stashoff; /* offset into PL_stashpad, for the
+ package the line was compiled in */
char * cop_file; /* file name the following line # is from */
#else
HV * cop_stash; /* package line was compiled in */