diff options
author | ache <ache@FreeBSD.org> | 1996-10-31 14:41:30 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-10-31 14:41:30 +0000 |
commit | 94df0bceba827e932ac65f6ea2b24f78399e3137 (patch) | |
tree | 6393ab182af721bb87e99c3d6a16bac2224790ea /include | |
parent | 1a9b70dd3e991465b4759538dc7c8131de621156 (diff) | |
download | FreeBSD-src-94df0bceba827e932ac65f6ea2b24f78399e3137.zip FreeBSD-src-94df0bceba827e932ac65f6ea2b24f78399e3137.tar.gz |
Remove collate_range_cmp
Diffstat (limited to 'include')
-rw-r--r-- | include/locale.h | 3 |
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_ */ |