From 5295026471d258daf795fb18deb5511576831b57 Mon Sep 17 00:00:00 2001 From: obrien Date: Tue, 18 Apr 2000 20:01:07 +0000 Subject: Clarify that the "yields only last 2 digits of year in some locales" warning does not apply to BSD. Submitted by: ache --- contrib/gcc/c-common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/gcc') diff --git a/contrib/gcc/c-common.c b/contrib/gcc/c-common.c index a76dea5..aeb08fd 100644 --- a/contrib/gcc/c-common.c +++ b/contrib/gcc/c-common.c @@ -1802,7 +1802,7 @@ check_format_info (info, params) if (index (fci->flag_chars, '2') != 0) warning ("`%%%c' yields only last 2 digits of year", format_char); else if (index (fci->flag_chars, '3') != 0) - warning ("`%%%c' yields only last 2 digits of year in some locales", + warning ("`%%%c' yields only last 2 digits of year in some locales on non-BSD systems", format_char); if (precise && index (fci->flag_chars, 'p') == 0) warning ("precision used with `%c' format", format_char); -- cgit v1.1