Remove collate_range_cmp, was left for temp. backward compatibility
This commit is contained in:
parent
a7065bd54f
commit
9fb4ef6227
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user