Remove collate_range_cmp

This commit is contained in:
Andrey A. Chernov 1996-10-31 14:41:30 +00:00
parent 327b0f7e8d
commit 9623470623
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19289

View file

@ -75,9 +75,6 @@ struct lconv {
__BEGIN_DECLS
struct lconv *localeconv __P((void));
char *setlocale __P((int, const char *));
#if !defined(_ANSI_SOURCE) && !defined(_POSIX_SOURCE)
int collate_range_cmp __P((int, int));
#endif /* neither ANSI nor POSIX */
__END_DECLS
#endif /* _LOCALE_H_ */