From de0d84bf8e8a8f4063751842b6b0a2a286780912 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Fri, 29 Oct 2010 23:11:51 -0700 Subject: [PATCH] Macros are not called with aTHX_ --- dist/Math-BigInt-FastCalc/FastCalc.xs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/Math-BigInt-FastCalc/FastCalc.xs b/dist/Math-BigInt-FastCalc/FastCalc.xs index 0d67eb7..3718a5a 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)); } -- 2.7.4