summaryrefslogtreecommitdiffstats
path: root/include/locale.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-10-31 14:41:30 +0000
committerache <ache@FreeBSD.org>1996-10-31 14:41:30 +0000
commit94df0bceba827e932ac65f6ea2b24f78399e3137 (patch)
tree6393ab182af721bb87e99c3d6a16bac2224790ea /include/locale.h
parent1a9b70dd3e991465b4759538dc7c8131de621156 (diff)
downloadFreeBSD-src-94df0bceba827e932ac65f6ea2b24f78399e3137.zip
FreeBSD-src-94df0bceba827e932ac65f6ea2b24f78399e3137.tar.gz
Remove collate_range_cmp
Diffstat (limited to 'include/locale.h')
-rw-r--r--include/locale.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/locale.h b/include/locale.h
index 9587815..86eda17 100644
--- a/include/locale.h
+++ b/include/locale.h
@@ -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_ */
OpenPOWER on IntegriCloud