From: Nick Ing-Simmons Date: Tue, 24 Nov 1998 22:04:20 +0000 (+0000) Subject: Part-1 of tweaks to allow Tk to be "compiled" X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=73a462964be81fd1ed02a757d25ecbbf6c0e2686;p=p5sagit%2Fp5-mst-13.2.git Part-1 of tweaks to allow Tk to be "compiled" 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 --- diff --git a/universal.c b/universal.c index 9bf3efc..d0ef90d 100644 --- a/universal.c +++ b/universal.c @@ -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;