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.21 by root, Thu Apr 28 06:39:04 2011 UTC vs.
Revision 1.22 by root, Thu Apr 28 06:39:42 2011 UTC

143 { 143 {
144 HE *he; 144 HE *he;
145 145
146 while ((he = hv_iternext ((HV *)sv))) 146 while ((he = hv_iternext ((HV *)sv)))
147 if (HeVAL (he) == targ) 147 if (HeVAL (he) == targ)
148 res_pair (form ("in the hash member '%.*s' of", HeKLEN (he), HeKEY (he))); 148 res_pair (form ("the hash member '%.*s' of", HeKLEN (he), HeKEY (he)));
149 } 149 }
150 150
151 break; 151 break;
152 152
153 case SVt_PVCV: 153 case SVt_PVCV:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines