Skip to content

Commit 5ebcd21

Browse files
toddrLeont
authored andcommitted
Fix build time warnings for vxs.inc
Addresses issues identified after a recent cpan sync into blead. see perl/perl5/d88d17cb816: Move the implementation of %-, %+ into core. Previously this could cause problems during minitest. Adds an int ix field to struct xsub_details. See Perl/perl5#18202
1 parent 1e4184b commit 5ebcd21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vutil/vxs.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# define VXS_CLASS "version"
66
# define VXSp(name) XS_##name
77
/* VXSXSDP = XSUB Details Proto */
8-
# define VXSXSDP(x) x
8+
# define VXSXSDP(x) x, 0
99
#else
1010
# define VXS_CLASS "version::vxs"
1111
# define VXSp(name) VXS_##name

0 commit comments

Comments
 (0)