From: Richard Kenner Date: Wed, 25 Aug 1993 23:16:55 +0000 (-0400) Subject: format_char_info_print_table, "p"): Allow width. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=673596d8b201cf7657a681a3968913baa023db7b;p=gcc.git format_char_info_print_table, "p"): Allow width. From-SVN: r5212 --- diff --git a/gcc/c-typeck.c b/gcc/c-typeck.c index 04799655bf1..65623a7aff8 100644 --- a/gcc/c-typeck.c +++ b/gcc/c-typeck.c @@ -1378,7 +1378,7 @@ static format_char_info print_table[] { "C", 0, T_W, NULL, NULL, NULL, "-w" }, { "s", 1, T_C, NULL, T_W, NULL, "-wp" }, { "S", 1, T_W, NULL, NULL, NULL, "-wp" }, - { "p", 1, T_V, NULL, NULL, NULL, "-" }, + { "p", 1, T_V, NULL, NULL, NULL, "-w" }, { "n", 1, T_I, T_S, T_L, NULL, "" }, { NULL } };