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.xs6
1 files changed, 3 insertions, 3 deletions
diff --git a/dist/Math-BigInt-FastCalc/FastCalc.xs b/dist/Math-BigInt-FastCalc/FastCalc.xs
index 3718a5ac3a..5e246a9170 100644
--- a/dist/Math-BigInt-FastCalc/FastCalc.xs
+++ b/dist/Math-BigInt-FastCalc/FastCalc.xs
@@ -37,9 +37,9 @@ PROTOTYPES: DISABLE
BOOT:
{
if (items < 4)
- croak_xs_usage(cv, "package, version, base_len, base");
- XS_BASE_LEN = SvIV(ST(2));
- XS_BASE = SvNV(ST(3));
+ croak("Usage: Math::BigInt::FastCalc::BOOT(package, version, base_len, base)");
+ XS_BASE_LEN = SvIV(ST(2));
+ XS_BASE = SvNV(ST(3));
}
##############################################################################