diff options
author | Roland McGrath <roland@gnu.org> | 2002-09-10 22:35:54 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-09-10 22:35:54 +0000 |
commit | 01210e5583a13464c6d73d2a2d188c10ba430e70 (patch) | |
tree | b25c59911269f371b75eda700f501c64a52dd798 | |
parent | 0162586139eea25e9d626eb98edca9434fa4da40 (diff) | |
download | glibc-01210e5583a13464c6d73d2a2d188c10ba430e70.tar glibc-01210e5583a13464c6d73d2a2d188c10ba430e70.tar.gz glibc-01210e5583a13464c6d73d2a2d188c10ba430e70.tar.bz2 glibc-01210e5583a13464c6d73d2a2d188c10ba430e70.zip |
* posix/bug-regex5.c (main): Use `union locale_data_value' rather than
a cast to turn nl_langinfo return value into an integer.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2002-09-10 Roland McGrath <roland@redhat.com> + + * posix/bug-regex5.c (main): Use `union locale_data_value' rather than + a cast to turn nl_langinfo return value into an integer. + 2002-09-10 Isamu Hasegawa <isamu@yamato.ibm.com> * posix/regexec.c (build_trtable): Fix the destination of |