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

Comparing Convert-Scalar/Scalar.xs (file contents):
Revision 1.10 by root, Thu Aug 18 19:07:04 2011 UTC vs.
Revision 1.11 by root, Mon Feb 3 03:32:13 2014 UTC

129 CODE: 129 CODE:
130 SvREADONLY_off (scalar); 130 SvREADONLY_off (scalar);
131 131
132void 132void
133unmagic (SV *scalar, char type) 133unmagic (SV *scalar, char type)
134 PROTOTYPE: $ 134 PROTOTYPE: $$
135 CODE: 135 CODE:
136 sv_unmagic (scalar, type); 136 sv_unmagic (scalar, type);
137 137
138void 138void
139weaken (SV *scalar) 139weaken (SV *scalar)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines