From: Florian Ragwitz Date: Wed, 25 Mar 2009 00:31:25 +0000 (+0100) Subject: Explicitly specify xs prototyping behaviour. X-Git-Tag: 0.09~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FClass-C3-XS.git;a=commitdiff_plain;h=df0af0e2db33dd4616e4a26d304b3ea024090019 Explicitly specify xs prototyping behaviour. --- diff --git a/XS.xs b/XS.xs index 9f7a63b..cc4a23d 100644 --- a/XS.xs +++ b/XS.xs @@ -615,6 +615,8 @@ XS(XS_Class_C3_XS_calc_mdt) MODULE = Class::C3::XS PACKAGE = Class::C3::XS +PROTOTYPES: DISABLED + BOOT: newXS("Class::C3::XS::calculateMRO", XS_Class_C3_XS_calculateMRO, __FILE__); newXS("Class::C3::XS::_plsubgen", XS_Class_C3_XS_plsubgen, __FILE__);