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.2 by root, Thu Sep 27 19:24:55 2001 UTC vs.
Revision 1.3 by root, Thu Sep 27 19:51:26 2001 UTC

223 sfreeze_cr = 1 223 sfreeze_cr = 1
224 sfreeze_c = 2 224 sfreeze_c = 2
225 PROTOTYPE: $ 225 PROTOTYPE: $
226 PPCODE: 226 PPCODE:
227 227
228 if (SvROK (sv)) /* mstore */ 228 if (SvTYPE(sv) != SVt_IV
229 && SvTYPE(sv) != SVt_NV
230 && SvTYPE(sv) != SVt_PV) /* mstore */
229 { 231 {
230 if (!storable_mstore) 232 if (!storable_mstore)
231 need_storable (); 233 need_storable ();
232 234
233 PUSHMARK (SP); 235 PUSHMARK (SP);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines