diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-07-13 12:13:09 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-07-13 12:13:09 +0000 |
commit | e31720c4ca357f7b6cd857b0f23b053fc90ae78f (patch) | |
tree | ca5aa9c50359d2217ae6419120556b1708ee25c4 /ext/Math | |
parent | fbe7f75fb1a7185236b5b82d81dc7074ee12ce64 (diff) | |
download | perl-e31720c4ca357f7b6cd857b0f23b053fc90ae78f.tar.gz |
Specify prototyping behaviour for Math::BigInt::FastCalc
p4raw-id: //depot/perl@31608
Diffstat (limited to 'ext/Math')
-rw-r--r-- | ext/Math/BigInt/FastCalc/FastCalc.xs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/Math/BigInt/FastCalc/FastCalc.xs b/ext/Math/BigInt/FastCalc/FastCalc.xs index 3a6be8c77f..777e400dd2 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) |