summaryrefslogtreecommitdiff
path: root/cop.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-06-06 15:55:16 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-06-07 23:51:05 -0700
commitdc5c17b5ed9cd51878c60e51fe38e6cb00b54f4c (patch)
treeb8f34323c73ed9bd8f1d734e3e70545de2f8cc66 /cop.h
parenta8cecd9d25c77e0dcdb769e272dc146e1bf7afa5 (diff)
downloadperl-dc5c17b5ed9cd51878c60e51fe38e6cb00b54f4c.tar.gz
cop.h: Clarify comment
Diffstat (limited to 'cop.h')
-rw-r--r--cop.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cop.h b/cop.h
index 9f3762ec46..af989656c8 100644
--- 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 */