Compat fixes + 0.2 release
This commit is contained in:
parent
15954f4ad5
commit
3fd424c6e3
12 changed files with 24 additions and 12 deletions
2
FU.xs
2
FU.xs
|
|
@ -235,7 +235,7 @@ void q(fupg_conn *c, SV *sv, ...)
|
|||
|
||||
void _set_type(fupg_conn *c, SV *name, SV *sendsv, SV *recvsv)
|
||||
CODE:
|
||||
fupg_set_type(c, name, sendsv, recvsv);
|
||||
fupg_set_type(aTHX_ c, name, sendsv, recvsv);
|
||||
XSRETURN(1);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue