X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=intrpvar.h;h=8ecd10ffed6585d66d80b98fc589e10bfc8292c0;hb=f970e606dd5249e7f15150b8baa7b8abd0904e24;hp=8b2aa293218239a784deb5699f5c03c015e929f7;hpb=2eb25c996f78f171b9e185efef03146c255a8fd3;p=p5sagit%2Fp5-mst-13.2.git diff --git a/intrpvar.h b/intrpvar.h index 8b2aa29..8ecd10f 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -362,8 +362,8 @@ PERLVARI(Inumeric_standard, bool, TRUE) /* Assume simple numerics */ PERLVARI(Inumeric_local, bool, TRUE) /* Assume local numerics */ -PERLVAR(Inumeric_radix, char) - /* The radix character if not '.' */ +PERLVAR(Inumeric_radix, SV *) + /* The radix separator if not '.' */ #endif /* !USE_LOCALE_NUMERIC */