* dir.c (string_sortcomp) [HAVE_STRCOLL]: Make static.

This commit is contained in:
Pavel Roskin 2001-08-12 16:36:55 +00:00
parent 76926ea622
commit 596d916e5b
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,7 @@
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
"LC_MESSAGES".

View File

@ -91,7 +91,8 @@ typedef enum {
STRCOLL_TEST
} strcoll_status;
int string_sortcomp (char *str1, char *str2)
static int
string_sortcomp (char *str1, char *str2)
{
static strcoll_status use_strcoll = STRCOLL_TEST;