Uncomment static from collate_range_cmp, no more in locale.h

This commit is contained in:
Andrey A. Chernov 1996-10-31 14:44:24 +00:00
parent 9623470623
commit 85938e600c
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ static int collates[UCHAR_LIM];
#define COLLDIFF(A, B) (collates[UCHAR (A)] - collates[UCHAR (B)])
/* static */ int
static int
collate_range_cmp (a, b)
int a, b;
{