From 5e4a14841d50b9a740b14b0a825dbe1e873e667a Mon Sep 17 00:00:00 2001 From: George Greer Date: Fri, 29 Oct 2010 20:39:33 -0400 Subject: Fix Math::BigInt::FastCalc build under Win32 with croak_xs_usage(). --- dist/Math-BigInt-FastCalc/FastCalc.xs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dist') diff --git a/dist/Math-BigInt-FastCalc/FastCalc.xs b/dist/Math-BigInt-FastCalc/FastCalc.xs index dfff9f4382..0d67eb7009 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) - S_croak_xs_usage(aTHX_ cv, "package, version, base_len, base"); + croak_xs_usage(aTHX_ cv, "package, version, base_len, base"); XS_BASE_LEN = SvIV(ST(2)); XS_BASE = SvNV(ST(3)); } -- cgit v1.2.1