Part-1 of tweaks to allow Tk to be "compiled"
Nick Ing-Simmons [Tue, 24 Nov 1998 22:04:20 +0000 (22:04 +0000)]
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

universal.c

index 9bf3efc..d0ef90d 100644 (file)
@@ -108,7 +108,6 @@ sv_derived_from(SV *sv, char *name)
 
 #include "XSUB.h"
 
-static
 XS(XS_UNIVERSAL_isa)
 {
     dXSARGS;
@@ -125,7 +124,6 @@ XS(XS_UNIVERSAL_isa)
     XSRETURN(1);
 }
 
-static
 XS(XS_UNIVERSAL_can)
 {
     dXSARGS;
@@ -160,7 +158,6 @@ XS(XS_UNIVERSAL_can)
     XSRETURN(1);
 }
 
-static
 XS(XS_UNIVERSAL_VERSION)
 {
     dXSARGS;