diff options
author | Father Chrysostomos <sprout@cpan.org> | 2010-10-29 23:11:51 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-10-29 23:11:51 -0700 |
commit | de0d84bf8e8a8f4063751842b6b0a2a286780912 (patch) | |
tree | c801d7c9f674a0f97b68e3fa4dfc021cfabfb604 /dist/Math-BigInt-FastCalc | |
parent | eed1db8ec8a09c4884b9038cda1149ba7778d7bd (diff) | |
download | perl-de0d84bf8e8a8f4063751842b6b0a2a286780912.tar.gz |
Macros are not called with aTHX_
Diffstat (limited to 'dist/Math-BigInt-FastCalc')
-rw-r--r-- | dist/Math-BigInt-FastCalc/FastCalc.xs | 2 |
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)); } |