summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Rinaldo <toddr@cpan.org>2020-10-05 17:56:04 -0500
committerTodd Rinaldo <toddr@cpan.org>2020-10-05 17:57:45 -0500
commit2351bb733429b72c5afa621b2c5ea3ce53f2fa9b (patch)
treea725e5c547538065677faf9e652c47fefed502fd
parent165e179185d6d942b610cf7fa2fe9341dbf3f8cf (diff)
downloadperl-2351bb733429b72c5afa621b2c5ea3ce53f2fa9b.tar.gz
Correct build time warning for vxs.inc
Fixes #18202 This fix was present previously and was clobbered by a cpan sync of version.pm It is now reported into that repo via https://github.com/toddr/version.pm/pull/1
-rw-r--r--vxs.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vxs.inc b/vxs.inc
index 1a777d9898..80bb8ebad5 100644
--- a/vxs.inc
+++ b/vxs.inc
@@ -5,7 +5,7 @@
# define VXS_CLASS "version"
# define VXSp(name) XS_##name
/* VXSXSDP = XSUB Details Proto */
-# define VXSXSDP(x) x
+# define VXSXSDP(x) x, 0
#else
# define VXS_CLASS "version::vxs"
# define VXSp(name) VXS_##name