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.26 by root, Fri Jun 23 14:40:34 2017 UTC vs.
Revision 1.27 by root, Tue Jul 31 22:55:47 2018 UTC

174 174
175 break; 175 break;
176 176
177 case SVt_PVCV: 177 case SVt_PVCV:
178 { 178 {
179 PADLIST *padlist = CvPADLIST (sv); 179 PADLIST *padlist = CvISXSUB (cv) ? 0 : CvPADLIST (sv);
180 180
181 if (padlist) 181 if (padlist)
182 { 182 {
183 int depth = CvDEPTH (sv); 183 int depth = CvDEPTH (sv);
184 184

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines