diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-10-31 14:44:24 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-10-31 14:44:24 +0000 |
| commit | 85938e600c66253576cad2dd421243e0540891b7 (patch) | |
| tree | 61c060a03e10cba181219de33ab5936b3e6e3af4 /gnu/usr.bin/sort | |
| parent | 9623470623e2554de35b9080eb4ede19d58ff1f7 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/sort')
| -rw-r--r-- | gnu/usr.bin/sort/sort.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/sort/sort.c b/gnu/usr.bin/sort/sort.c index bb391a0a0aff..9457e94c9f8c 100644 --- a/gnu/usr.bin/sort/sort.c +++ b/gnu/usr.bin/sort/sort.c @@ -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; { |
