Explicitly specify xs prototyping behaviour.
Florian Ragwitz [Wed, 25 Mar 2009 00:31:25 +0000 (01:31 +0100)]
XS.xs

diff --git a/XS.xs b/XS.xs
index 9f7a63b..cc4a23d 100644 (file)
--- 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__);