diff options
-rw-r--r-- | intrpvar.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/intrpvar.h b/intrpvar.h index b2d4d5c222..4a6122faa1 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -565,6 +565,8 @@ PERLVARI(Inumeric_standard, bool, TRUE) PERLVARI(Inumeric_local, bool, TRUE) /* Assume local numerics */ PERLVAR(Inumeric_name, char *) /* Name of current numeric locale */ +PERLVAR(Inumeric_radix_sv, SV *) /* The radix separator if not '.' */ + #endif /* !USE_LOCALE_NUMERIC */ /* utf8 character classes */ @@ -641,12 +643,6 @@ PERLVARI(Ibeginav_save, AV*, NULL) /* save BEGIN{}s when compiling */ PERLVAR(Ibody_arenas, void*) /* pointer to list of body-arenas */ -#ifdef USE_LOCALE_NUMERIC - -PERLVAR(Inumeric_radix_sv, SV *) /* The radix separator if not '.' */ - -#endif - #if defined(USE_ITHREADS) PERLVAR(Iregex_pad, SV**) /* Shortcut into the array of regex_padav */ |