about summary refs log tree commit diff
path: root/time/strptime.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-08-29 01:33:42 +0000
committerRoland McGrath <roland@gnu.org>2002-08-29 01:33:42 +0000
commitc59fb1c5dd73131fd22bf8094c71a62c0c83357b (patch)
tree984e6cbc50777121a15618510b75053b8a116e65 /time/strptime.c
parent903e06b83cc160e6965ffc00f3fe55b3ef17ecbe (diff)
downloadglibc-c59fb1c5dd73131fd22bf8094c71a62c0c83357b.tar.gz
glibc-c59fb1c5dd73131fd22bf8094c71a62c0c83357b.tar.xz
glibc-c59fb1c5dd73131fd22bf8094c71a62c0c83357b.zip
2002-08-28 Roland McGrath <roland@redhat.com>
	* time/strptime.c (strptime_internal): Remove spurious const.
Diffstat (limited to 'time/strptime.c')
-rw-r--r--time/strptime.c2
1 files changed, 1 insertions, 1 deletions
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;