format_char_info_print_table, "p"): Allow width.
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 25 Aug 1993 23:16:55 +0000 (19:16 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 25 Aug 1993 23:16:55 +0000 (19:16 -0400)
From-SVN: r5212

gcc/c-typeck.c

index 04799655bf1a2f61e195437c57a2010ef80a9687..65623a7aff8406fa5f50fca8c7798f6a2be75f79 100644 (file)
@@ -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 }
     };