aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1993-08-25 19:16:55 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1993-08-25 19:16:55 -0400
commit673596d8b201cf7657a681a3968913baa023db7b (patch)
tree66dc857eb6a8af3b1500ca8313126d27485a8638 /gcc
parent53322b0c5f123b4c8023ad63d22246f60acebf8d (diff)
downloadgcc-673596d8b201cf7657a681a3968913baa023db7b.zip
gcc-673596d8b201cf7657a681a3968913baa023db7b.tar.gz
gcc-673596d8b201cf7657a681a3968913baa023db7b.tar.bz2
format_char_info_print_table, "p"): Allow width.
From-SVN: r5212
Diffstat (limited to 'gcc')
-rw-r--r--gcc/c-typeck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-typeck.c b/gcc/c-typeck.c
index 0479965..65623a7 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 }
};