diff options
author | Roland McGrath <roland@gnu.org> | 2002-08-29 01:33:55 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-08-29 01:33:55 +0000 |
commit | 089c7a2635b1b898c291bfa26c764078e514e7fa (patch) | |
tree | 39646ca02af81ba1ca13f79d1bf4aaf988d3e49d | |
parent | c59fb1c5dd73131fd22bf8094c71a62c0c83357b (diff) | |
download | glibc-089c7a2635b1b898c291bfa26c764078e514e7fa.tar.gz glibc-089c7a2635b1b898c291bfa26c764078e514e7fa.tar.xz glibc-089c7a2635b1b898c291bfa26c764078e514e7fa.zip |
* time/strptime.c (strptime_internal): Remove spurious const.
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b40ffe9786..454dd5a9a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2002-08-28 Roland McGrath <roland@redhat.com> + * time/strptime.c (strptime_internal): Remove spurious const. + * locale/lc-time.c (_nl_init_era_entries, _nl_get_era_entry, _nl_select_era_entry): Moved to ... * time/era.c: ... here, new file. |