From e7dc5768169bf7bf4aa72dd54ccdb0c4bc80bbd9 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Tue, 13 Aug 1996 14:01:40 +0000 Subject: #if !ANSI !POSIX newly added collate_range_cmp function --- include/locale.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/locale.h b/include/locale.h index 7757d0216b97..9587815767ab 100644 --- a/include/locale.h +++ b/include/locale.h @@ -75,7 +75,9 @@ 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_ */ -- cgit v1.3