Move _PathLocale declaration to more logical place (setlocale.c)
This commit is contained in:
parent
dabc26f3d3
commit
a30cd00d3a
@ -84,6 +84,11 @@ static char current_categories[_LC_LAST][ENCODING_LEN + 1] = {
|
||||
"C",
|
||||
};
|
||||
|
||||
/*
|
||||
* Path to locale storage directory
|
||||
*/
|
||||
char *_PathLocale;
|
||||
|
||||
/*
|
||||
* The locales we are going to try and load
|
||||
*/
|
||||
|
@ -255,4 +255,3 @@ _RuneLocale *_CurrentRuneLocale = &_DefaultRuneLocale;
|
||||
|
||||
int __mb_cur_max = 1;
|
||||
|
||||
char *_PathLocale;
|
||||
|
Loading…
Reference in New Issue
Block a user