diff options
author | Karl Williamson <public@khwilliamson.com> | 2013-06-20 12:28:12 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2013-07-07 13:29:44 -0600 |
commit | 01ec34b5d8c7075801bdb8ca8364cbe2027147dd (patch) | |
tree | 7730b5a5e2b26702a7b8da0301cd41c32370ce6f /pp_sys.c | |
parent | 28acfe03fc59abea4ef2451b134d560f411183ab (diff) | |
download | perl-01ec34b5d8c7075801bdb8ca8364cbe2027147dd.tar.gz |
util.c: Avoid unnecessary setlocale() calls
This code sets the locale to C around its work. This is unnecessary if
the locale is already C, and there is an existing global that indicates
this, that can be tested to avoid the sets.
Diffstat (limited to 'pp_sys.c')
0 files changed, 0 insertions, 0 deletions