Compat fixes + 0.2 release

This commit is contained in:
Yorhel 2025-02-28 14:05:48 +01:00
parent 15954f4ad5
commit 3fd424c6e3
12 changed files with 24 additions and 12 deletions

2
FU.xs
View file

@ -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);