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.4 by root, Wed Feb 7 21:34:02 2007 UTC vs.
Revision 1.5 by root, Wed Nov 28 12:20:33 2007 UTC

144 } 144 }
145 break; 145 break;
146 } 146 }
147 147
148 if (rmagical) 148 if (rmagical)
149 SvRMAGICAL_off (sv); 149 SvRMAGICAL_on (sv);
150 } 150 }
151 } 151 }
152 152
153 EXTEND (SP, 2); 153 EXTEND (SP, 2);
154 PUSHs (sv_2mortal (newRV_noinc ((SV *)about))); 154 PUSHs (sv_2mortal (newRV_noinc ((SV *)about)));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines