Some test portability fixes again + minor changes
This commit is contained in:
parent
3fd424c6e3
commit
f09a103c53
7 changed files with 33 additions and 28 deletions
|
|
@ -456,8 +456,8 @@ RECVFN(perlcb) {
|
|||
call_sv(ctx->cb, G_SCALAR);
|
||||
SPAGAIN;
|
||||
|
||||
SV *ret = newSV(0);
|
||||
sv_setsv(ret, POPs);
|
||||
SV *ret = POPs;
|
||||
SvREFCNT_inc(ret);
|
||||
PUTBACK;
|
||||
|
||||
FREETMPS;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue