summaryrefslogtreecommitdiff
path: root/dist/Math-BigInt-FastCalc/FastCalc.xs
diff options
context:
space:
mode:
Diffstat (limited to 'dist/Math-BigInt-FastCalc/FastCalc.xs')
-rw-r--r--dist/Math-BigInt-FastCalc/FastCalc.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Math-BigInt-FastCalc/FastCalc.xs b/dist/Math-BigInt-FastCalc/FastCalc.xs
index 0d67eb7009..3718a5ac3a 100644
--- a/dist/Math-BigInt-FastCalc/FastCalc.xs
+++ b/dist/Math-BigInt-FastCalc/FastCalc.xs
@@ -37,7 +37,7 @@ PROTOTYPES: DISABLE
BOOT:
{
if (items < 4)
- croak_xs_usage(aTHX_ cv, "package, version, base_len, base");
+ croak_xs_usage(cv, "package, version, base_len, base");
XS_BASE_LEN = SvIV(ST(2));
XS_BASE = SvNV(ST(3));
}