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
This commit is contained in:
Todd Rinaldo 2020-10-05 17:56:04 -05:00
parent 165e179185
commit 2351bb7334

View File

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