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.22 by root, Fri Dec 11 20:09:22 2020 UTC vs.
Revision 1.23 by root, Sat Sep 24 04:07:17 2022 UTC

135 dSP; 135 dSP;
136 int count; 136 int count;
137 137
138 ENTER; SAVETMPS; PUSHMARK (SP); EXTEND (SP, 2); 138 ENTER; SAVETMPS; PUSHMARK (SP); EXTEND (SP, 2);
139 139
140 PUSHs (sv_2mortal(newSVpv(subject, 0))); 140 PUSHs (sv_2mortal (newSVpv (subject, 0)));
141 PUSHs (filename ? sv_2mortal(newSVpv(filename, 0)) : &PL_sv_undef); 141 PUSHs (filename ? sv_2mortal (newSVpv (filename, 0)) : &PL_sv_undef);
142 142
143 PUTBACK; count = perl_call_sv ((SV *)cb, G_ARRAY); SPAGAIN; 143 PUTBACK; count = perl_call_sv ((SV *)cb, G_ARRAY); SPAGAIN;
144 144
145 if (count > 1) 145 if (count > 1)
146 croak ("filenamecallback perl callback must return nothing or a single filename"); 146 croak ("filenamecallback perl callback must return nothing or a single filename");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines