From c59fb1c5dd73131fd22bf8094c71a62c0c83357b Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 29 Aug 2002 01:33:42 +0000 Subject: 2002-08-28 Roland McGrath * time/strptime.c (strptime_internal): Remove spurious const. --- time/strptime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'time') diff --git a/time/strptime.c b/time/strptime.c index 61f11f488f..5d8fe90599 100644 --- a/time/strptime.c +++ b/time/strptime.c @@ -275,7 +275,7 @@ strptime_internal (rp, fmt, tm, decided, era_cnt LOCALE_PARAM) LOCALE_PARAM_DECL { #if defined _LIBC && defined USE_IN_EXTENDED_LOCALE_MODEL - const struct locale_data *const current = locale->__locales[LC_TIME]; + struct locale_data *const current = locale->__locales[LC_TIME]; #endif const char *rp_backup; -- cgit 1.4.1