From: Rafael Garcia-Suarez Date: Fri, 13 Jul 2007 12:13:09 +0000 (+0000) Subject: Specify prototyping behaviour for Math::BigInt::FastCalc X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e31720c4ca357f7b6cd857b0f23b053fc90ae78f;p=p5sagit%2Fp5-mst-13.2.git Specify prototyping behaviour for Math::BigInt::FastCalc p4raw-id: //depot/perl@31608 --- diff --git a/ext/Math/BigInt/FastCalc/FastCalc.xs b/ext/Math/BigInt/FastCalc/FastCalc.xs index 3a6be8c..777e400 100644 --- a/ext/Math/BigInt/FastCalc/FastCalc.xs +++ b/ext/Math/BigInt/FastCalc/FastCalc.xs @@ -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)