mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 04:50:07 +00:00
* tests-mbwc/tst_types.h (TIN)MBRLEN_REC): Use correct array
length constant.
This commit is contained in:
parent
49159e12de
commit
f38113e1b9
@ -1,3 +1,8 @@
|
|||||||
|
2008-12-26 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* tests-mbwc/tst_types.h (TIN)MBRLEN_REC): Use correct array
|
||||||
|
length constant.
|
||||||
|
|
||||||
2008-12-05 Ulrich Drepper <drepper@redhat.com>
|
2008-12-05 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* SUPPORTED (SUPPORTED-LOCALES): Add hne_IN.
|
* SUPPORTED (SUPPORTED-LOCALES): Add hne_IN.
|
||||||
|
@ -122,7 +122,7 @@ typedef struct
|
|||||||
int t_flg;
|
int t_flg;
|
||||||
int t_init;
|
int t_init;
|
||||||
}
|
}
|
||||||
seq[WCSTOK_SEQNUM];
|
seq[MBRLEN_SEQNUM];
|
||||||
}
|
}
|
||||||
TIN_MBRLEN_REC;
|
TIN_MBRLEN_REC;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user