mirror of git://sourceware.org/git/glibc.git
2002-08-28 Roland McGrath <roland@redhat.com>
* time/strptime.c (strptime_internal): Remove spurious const.
This commit is contained in:
parent
903e06b83c
commit
c59fb1c5dd
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue