ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Devel-FindRef/FindRef.xs
(Generate patch)

Comparing Devel-FindRef/FindRef.xs (file contents):
Revision 1.17 by root, Wed Jul 1 08:25:04 2009 UTC vs.
Revision 1.18 by root, Fri Aug 28 20:30:07 2009 UTC

177 { 177 {
178 /* Values from constant functions are stored in the pad without any name */ 178 /* Values from constant functions are stored in the pad without any name */
179 SV *name_sv = AvARRAY (AvARRAY (padlist)[0])[i]; 179 SV *name_sv = AvARRAY (AvARRAY (padlist)[0])[i];
180 180
181 if (name_sv && SvPOK (name_sv)) 181 if (name_sv && SvPOK (name_sv))
182 res_pair (form ("in the lexical '%s' in", SvPVX (name_sv))); 182 res_pair (form ("the lexical '%s' in", SvPVX (name_sv)));
183 else 183 else
184 res_pair ("in an unnamed lexical in"); 184 res_pair ("an unnamed lexical in");
185 } 185 }
186 186
187 --depth; 187 --depth;
188 } 188 }
189 } 189 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines