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.15 by root, Thu Sep 5 22:00:54 2002 UTC vs.
Revision 1.16 by pcg, Tue Apr 20 02:37:29 2004 UTC

374 croak ("Compress::LZF::sthaw(): invalid data, maybe you need a newer version of Compress::LZF?"); 374 croak ("Compress::LZF::sthaw(): invalid data, maybe you need a newer version of Compress::LZF?");
375 } 375 }
376 } 376 }
377 else 377 else
378 XPUSHs (sv_2mortal (newSVsv (sv))); 378 XPUSHs (sv_2mortal (newSVsv (sv)));
379

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines