Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
(May also need attention to exports etc. - to follow.)
p4raw-id: //depot/perl@2298
#include "XSUB.h"
-static
XS(XS_UNIVERSAL_isa)
{
dXSARGS;
XSRETURN(1);
}
-static
XS(XS_UNIVERSAL_can)
{
dXSARGS;
XSRETURN(1);
}
-static
XS(XS_UNIVERSAL_VERSION)
{
dXSARGS;