diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-08-03 18:04:39 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-08-03 18:04:39 +0000 |
commit | 9fb4ef622736020fb824324326004eee17c007e5 (patch) | |
tree | 35750a5ef127a60d3c6a8912b5f262270edb51a7 | |
parent | a7065bd54f42d7d00a50a17a440a9f48b4c210ea (diff) |
Notes
-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 35d0640a23a1b..520f800ca8639 100644 --- a/lib/libc/locale/collcmp.c +++ b/lib/libc/locale/collcmp.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: collcmp.c,v 1.10 1997/02/22 14:59:54 peter Exp $ */ #define ASCII_COMPATIBLE_COLLATE /* see usr.bin/colldef/data */ @@ -34,15 +34,6 @@ #include <ctype.h> #endif -/* Temporary backward compatibility */ - -int collate_range_cmp (c1, c2) - int c1, c2; -{ - return __collate_range_cmp(c1, c2); -} - - /* * Compare two characters converting collate information * into ASCII-compatible range, it allows to handle |