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

Comparing Convert-UUlib/UUlib.xs (file contents):
Revision 1.14 by root, Mon Aug 24 04:38:23 2009 UTC vs.
Revision 1.15 by root, Mon Aug 24 06:15:00 2009 UTC

382 XPUSHs (sv_2mortal (newSViv (UULoadFileWithPartNo (fname, id, delflag, partno, &count)))); 382 XPUSHs (sv_2mortal (newSViv (UULoadFileWithPartNo (fname, id, delflag, partno, &count))));
383 if (GIMME_V == G_ARRAY) 383 if (GIMME_V == G_ARRAY)
384 XPUSHs (sv_2mortal (newSViv (count))); 384 XPUSHs (sv_2mortal (newSViv (count)));
385 } 385 }
386 386
387void
388UUCheckGlobalList ()
389
390int 387int
391UUSmerge (pass) 388UUSmerge (pass)
392 int pass 389 int pass
393 390
394int 391int

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines