summaryrefslogtreecommitdiff
path: root/pp_ctl.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-03-19 13:06:27 -0600
committerKarl Williamson <khw@cpan.org>2015-03-19 16:18:00 -0600
commit67d796aebd5882a4f28c5b95fb63f198a160c844 (patch)
tree283fb7684f5af5c98d29810b8855f9a55451bfdf /pp_ctl.c
parent0c36c41be6ceb31ab6c2cb9eaebf3d1fd7746e21 (diff)
downloadperl-67d796aebd5882a4f28c5b95fb63f198a160c844.tar.gz
Change some locale manipulation macros in prep for API
This changes the way some of the current internal-only macros are named and used in order to simplify things and minimize what gets exposed as part of the API. Although these have not been listed as publicly available, it costs essentially nothing to keep the old names around in case someone was illegally using them.
Diffstat (limited to 'pp_ctl.c')
-rw-r--r--pp_ctl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pp_ctl.c b/pp_ctl.c
index ac0f1bcd3d..672680222f 100644
--- a/pp_ctl.c
+++ b/pp_ctl.c
@@ -824,7 +824,8 @@ PP(pp_formline)
{
Size_t max = SvLEN(PL_formtarget) - (t - SvPVX(PL_formtarget));
int len;
- DECLARE_STORE_LC_NUMERIC_SET_TO_NEEDED();
+ DECLARATION_FOR_LC_NUMERIC_MANIPULATION;
+ STORE_LC_NUMERIC_SET_TO_NEEDED();
arg &= ~(FORM_NUM_POINT|FORM_NUM_BLANK);
#ifdef USE_QUADMATH
{