Macros are not called with aTHX_
authorFather Chrysostomos <sprout@cpan.org>
Sat, 30 Oct 2010 06:11:51 +0000 (23:11 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 30 Oct 2010 06:11:51 +0000 (23:11 -0700)
dist/Math-BigInt-FastCalc/FastCalc.xs

index 0d67eb7..3718a5a 100644 (file)
@@ -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)); 
 }