(print_char_table): Allow `L' for `u'.

From-SVN: r8477
This commit is contained in:
Richard Kenner 1994-11-17 11:06:36 -05:00
parent 531e78ef6f
commit 4cc00c5a1c
1 changed files with 1 additions and 1 deletions

View File

@ -532,7 +532,7 @@ typedef struct {
static format_char_info print_char_table[] = {
{ "di", 0, T_I, T_I, T_L, T_LL, T_LL, "-wp0 +" },
{ "oxX", 0, T_UI, T_UI, T_UL, T_ULL, T_ULL, "-wp0#" },
{ "u", 0, T_UI, T_UI, T_UL, T_ULL, NULL, "-wp0" },
{ "u", 0, T_UI, T_UI, T_UL, T_ULL, T_ULL, "-wp0" },
/* Two GNU extensions. */
{ "Z", 0, T_ST, NULL, NULL, NULL, NULL, "-wp0" },
{ "m", 0, T_UI, T_UI, T_UL, NULL, NULL, "-wp" },