Specify prototyping behaviour for Math::BigInt::FastCalc
Rafael Garcia-Suarez [Fri, 13 Jul 2007 12:13:09 +0000 (12:13 +0000)]
p4raw-id: //depot/perl@31608

ext/Math/BigInt/FastCalc/FastCalc.xs

index 3a6be8c..777e400 100644 (file)
@@ -7,6 +7,8 @@ double XS_BASE_LEN = 0;
 
 MODULE = Math::BigInt::FastCalc                PACKAGE = Math::BigInt::FastCalc
 
+PROTOTYPES: DISABLE
+
  #############################################################################
  # 2002-08-12 0.03 Tels unreleased
  #  * is_zero/is_one/is_odd/is_even/len work now (pass v1.61 tests)