diff options
author | ache <ache@FreeBSD.org> | 1996-08-12 19:18:47 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-08-12 19:18:47 +0000 |
commit | bc4e65eedce64416d92f92293e11b45b10507633 (patch) | |
tree | 3c68013f578e2ddb31f24c384d145f44a9762a0d /lib/libc/locale/collcmp.c | |
parent | 1563880d65c4bda89a2d4c4504dd8b0f834322d4 (diff) | |
download | FreeBSD-src-bc4e65eedce64416d92f92293e11b45b10507633.zip FreeBSD-src-bc4e65eedce64416d92f92293e11b45b10507633.tar.gz |
Remove old version hooks
Diffstat (limited to 'lib/libc/locale/collcmp.c')
-rw-r--r-- | lib/libc/locale/collcmp.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/lib/libc/locale/collcmp.c b/lib/libc/locale/collcmp.c index fefa52d..d3a4040 100644 --- a/lib/libc/locale/collcmp.c +++ b/lib/libc/locale/collcmp.c @@ -26,18 +26,9 @@ #include <ctype.h> #include <string.h> +#include <limits.h> #include <locale.h> -/* will be removed ***************************/ -#include "collate.h" - -int __collcmp (c1, c2) - unsigned char c1, c2; -{ - return collate_range_cmp (c1, c2); -} -/* will be removed ***************************/ - int collate_range_cmp (c1, c2) int c1, c2; { |