* dir.c (string_sortcomp) [HAVE_STRCOLL]: Make static.
Этот коммит содержится в:
родитель
76926ea622
Коммит
596d916e5b
@ -1,5 +1,7 @@
|
|||||||
2001-08-12 Pavel Roskin <proski@gnu.org>
|
2001-08-12 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* dir.c (string_sortcomp) [HAVE_STRCOLL]: Make static.
|
||||||
|
|
||||||
* cmd.c (guess_message_value): Typo - replace "LC_MESSAGE" with
|
* cmd.c (guess_message_value): Typo - replace "LC_MESSAGE" with
|
||||||
"LC_MESSAGES".
|
"LC_MESSAGES".
|
||||||
|
|
||||||
|
@ -91,7 +91,8 @@ typedef enum {
|
|||||||
STRCOLL_TEST
|
STRCOLL_TEST
|
||||||
} strcoll_status;
|
} strcoll_status;
|
||||||
|
|
||||||
int string_sortcomp (char *str1, char *str2)
|
static int
|
||||||
|
string_sortcomp (char *str1, char *str2)
|
||||||
{
|
{
|
||||||
static strcoll_status use_strcoll = STRCOLL_TEST;
|
static strcoll_status use_strcoll = STRCOLL_TEST;
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user