summaryrefslogtreecommitdiff
path: root/vxs.inc
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2019-11-14 08:02:34 +1100
committerKarl Williamson <khw@cpan.org>2019-12-04 06:21:45 -0800
commitd88d17cb816e67443b483345763ab404d4b1f7a4 (patch)
treedacacee03c58b946c5d6cab51d59cf4921852961 /vxs.inc
parente849841dca2a8b11119997585f795647c52cdcdf (diff)
downloadperl-d88d17cb816e67443b483345763ab404d4b1f7a4.tar.gz
move the implementation of %-, %+ into core
Previousl this could cause problems during minitest. Fixes #17293
Diffstat (limited to 'vxs.inc')
-rw-r--r--vxs.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vxs.inc b/vxs.inc
index b5c00d7de1..cea9857887 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