From dc5c17b5ed9cd51878c60e51fe38e6cb00b54f4c Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Wed, 6 Jun 2012 15:55:16 -0700 Subject: cop.h: Clarify comment --- cop.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cop.h') 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 */ -- cgit v1.2.1