Uncomment static from collate_range_cmp, no more in locale.h

This commit is contained in:
Andrey A. Chernov 1996-10-31 14:49:40 +00:00
parent 85938e600c
commit 83aac36ef7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19291

View file

@ -350,7 +350,7 @@ void do_order()
Tbl.str_flags |= STR_ORDERED;
}
/* static */ int collate_range_cmp (c1, c2)
static int collate_range_cmp (c1, c2)
int c1, c2;
{
static char s1[2], s2[2];