From bc4e65eedce64416d92f92293e11b45b10507633 Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 12 Aug 1996 19:18:47 +0000 Subject: Remove old version hooks --- lib/libc/locale/collate.h | 3 +-- lib/libc/locale/collcmp.c | 11 +---------- 2 files changed, 2 insertions(+), 12 deletions(-) (limited to 'lib') diff --git a/lib/libc/locale/collate.h b/lib/libc/locale/collate.h index 9125a3e..b083734 100644 --- a/lib/libc/locale/collate.h +++ b/lib/libc/locale/collate.h @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: collate.h,v 1.1 1995/02/16 04:24:32 ache Exp $ + * $Id: collate.h,v 1.2 1996/08/12 03:40:36 ache Exp $ */ #ifndef COLLATE_H_INCLUDED @@ -64,7 +64,6 @@ void __collate_lookup __P((u_char *, int *, int *, int *)); #ifdef COLLATE_DEBUG void __collate_print_tables __P((void)); #endif -int __collcmp __P((u_char, u_char)); __END_DECLS #endif /* not COLLATE_H_INCLUDED */ 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 #include +#include #include -/* 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; { -- cgit v1.1