diff options
-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) |