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.27 by root, Mon Sep 22 03:29:56 2008 UTC vs.
Revision 1.28 by root, Wed Dec 17 00:04:56 2008 UTC

300 PUSHMARK (SP); 300 PUSHMARK (SP);
301 XPUSHs (sv); 301 XPUSHs (sv);
302 PUTBACK; 302 PUTBACK;
303 303
304 if (1 != call_sv ((SV *)storable_mstore, G_SCALAR)) 304 if (1 != call_sv ((SV *)storable_mstore, G_SCALAR))
305 croak ("Storable::mstore didn't return a single scalar"); 305 croak ("%s didn't return a single scalar", SvPVbyte_nolen (serializer_mstore));
306 306
307 SPAGAIN; 307 SPAGAIN;
308 308
309 sv = POPs; 309 sv = POPs;
310 pv = SvPV_nolen (sv); 310 pv = SvPV_nolen (sv);
380 PUSHMARK (SP); 380 PUSHMARK (SP);
381 XPUSHs (sv); 381 XPUSHs (sv);
382 PUTBACK; 382 PUTBACK;
383 383
384 if (1 != call_sv ((SV *)storable_mretrieve, G_SCALAR)) 384 if (1 != call_sv ((SV *)storable_mretrieve, G_SCALAR))
385 croak ("Storable::mstore didn't return a single scalar"); 385 croak ("%s didn't return a single scalar", SvPVbyte_nolen (serializer_mretrieve));
386 386
387 SPAGAIN; 387 SPAGAIN;
388 388
389 if (deref) 389 if (deref)
390 SETs (sv_2mortal (SvREFCNT_inc (SvRV (TOPs)))); 390 SETs (sv_2mortal (SvREFCNT_inc (SvRV (TOPs))));
428 PUSHMARK (SP); 428 PUSHMARK (SP);
429 XPUSHs (sv); 429 XPUSHs (sv);
430 PUTBACK; 430 PUTBACK;
431 431
432 if (1 != call_sv ((SV *)storable_mretrieve, G_SCALAR)) 432 if (1 != call_sv ((SV *)storable_mretrieve, G_SCALAR))
433 croak ("Storable::mstore didn't return a single scalar"); 433 croak ("%s didn't return a single scalar", SvPVbyte_nolen (serializer_mretrieve));
434 434
435 SPAGAIN; 435 SPAGAIN;
436 436
437 if (deref) 437 if (deref)
438 { 438 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines