diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-06-06 15:55:16 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-06-07 23:51:05 -0700 |
commit | dc5c17b5ed9cd51878c60e51fe38e6cb00b54f4c (patch) | |
tree | b8f34323c73ed9bd8f1d734e3e70545de2f8cc66 /cop.h | |
parent | a8cecd9d25c77e0dcdb769e272dc146e1bf7afa5 (diff) | |
download | perl-dc5c17b5ed9cd51878c60e51fe38e6cb00b54f4c.tar.gz |
cop.h: Clarify comment
Diffstat (limited to 'cop.h')
-rw-r--r-- | cop.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 */ |