Fix use of SvPVXtrue() where SvTRUEx() was intended
This commit is contained in:
parent
b3281924d1
commit
e7a9f165de
3 changed files with 6 additions and 6 deletions
2
FU.xs
2
FU.xs
|
|
@ -18,7 +18,7 @@
|
|||
#define av_push_simple av_push
|
||||
#endif
|
||||
#ifndef BOOL_INTERNALS_sv_isbool_true
|
||||
#define BOOL_INTERNALS_sv_isbool_true(x) SvPVXtrue(x)
|
||||
#define BOOL_INTERNALS_sv_isbool_true(x) SvTRUEx(x)
|
||||
#endif
|
||||
|
||||
/* Disable key/value struct packing in khashl, so we can safely take a pointer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue