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.24 by root, Fri May 16 07:43:52 2014 UTC vs.
Revision 1.25 by root, Sun May 18 18:44:08 2014 UTC

107 { 107 {
108 /* I have no clue what this is */ 108 /* I have no clue what this is */
109 /* maybe some placeholder for our variables for eval? */ 109 /* maybe some placeholder for our variables for eval? */
110 /* it doesn't seem to reference anything, so we should be able to ignore it */ 110 /* it doesn't seem to reference anything, so we should be able to ignore it */
111 } 111 }
112 else 112 else if (SvMAGICAL (sv)) /* name-pads use SvMAGIC for other purposes */
113 { 113 {
114 MAGIC *mg = SvMAGIC (sv); 114 MAGIC *mg = SvMAGIC (sv);
115 115
116 while (mg) 116 while (mg)
117 { 117 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines