mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 16:39:36 +00:00
locale.c: Add comment
This commit is contained in:
parent
289ce9ccf7
commit
a9ad02a848
4
locale.c
4
locale.c
@ -29,7 +29,9 @@
|
||||
* in such scope than if not. However, various libc functions called by Perl
|
||||
* are affected by the LC_NUMERIC category, so there are macros in perl.h that
|
||||
* are used to toggle between the current locale and the C locale depending on
|
||||
* the desired behavior of those functions at the moment.
|
||||
* the desired behavior of those functions at the moment. And, LC_MESSAGES is
|
||||
* switched to the C locale for outputting the message unless within the scope
|
||||
* of 'use locale'.
|
||||
*/
|
||||
|
||||
#include "EXTERN.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user