Move _PathLocale declaration to more logical place (setlocale.c)

This commit is contained in:
phantom 2003-06-25 22:34:13 +00:00
parent dabc26f3d3
commit a30cd00d3a
2 changed files with 5 additions and 1 deletions

View File

@ -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
*/

View File

@ -255,4 +255,3 @@ _RuneLocale *_CurrentRuneLocale = &_DefaultRuneLocale;
int __mb_cur_max = 1;
char *_PathLocale;