vxs.inc: Add dVAR define for CPAN use
authorFather Chrysostomos <sprout@cpan.org>
Wed, 11 Sep 2013 05:12:45 +0000 (22:12 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 4 Jan 2014 13:10:02 +0000 (05:10 -0800)
This is part of bringing perl and CPAN into synch.

vxs.inc

diff --git a/vxs.inc b/vxs.inc
index 49b7927..2aa93d1 100644 (file)
--- a/vxs.inc
+++ b/vxs.inc
     {VXS_CLASS "::is_qv", XS_version_is_qv, NULL},
 #else
 
+#ifndef dVAR
+#  define dVAR
+#endif
+
 XS(XS_UNIVERSAL_VERSION)
 {
     dVAR;