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

Comparing Compress-LZF/LZF.xs (file contents):
Revision 1.7 by root, Fri Feb 22 00:15:52 2002 UTC vs.
Revision 1.8 by root, Wed Feb 27 20:51:21 2002 UTC

228 228
229 if (!SvOK (sv)) 229 if (!SvOK (sv))
230 XPUSHs (sv_2mortal (newSVpvn ("\02", 1))); /* 02 == MAGIC_undef */ 230 XPUSHs (sv_2mortal (newSVpvn ("\02", 1))); /* 02 == MAGIC_undef */
231 else if (SvTYPE(sv) != SVt_IV 231 else if (SvTYPE(sv) != SVt_IV
232 && SvTYPE(sv) != SVt_NV 232 && SvTYPE(sv) != SVt_NV
233 && SvTYPE(sv) != SVt_PV
233 && SvTYPE(sv) != SVt_PV) /* mstore */ 234 && SvTYPE(sv) != SVt_PVMG) /* mstore */
234 { 235 {
235 if (!storable_mstore) 236 if (!storable_mstore)
236 need_storable (); 237 need_storable ();
237 238
238 PUSHMARK (SP); 239 PUSHMARK (SP);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines