aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-08-27 10:02:56 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-08-27 10:02:56 +0000
commit35edbffe27d0482c7adfc659c81184432aa16cfa (patch)
treecf0c3faa9ed0c9f3e221f6707d0e9bf05ad2e323
parent1fc70153e999d9033841dc6dcfd962fbf9d323ba (diff)
Notes
-rw-r--r--contrib/gcc/c-common.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/gcc/c-common.c b/contrib/gcc/c-common.c
index 59543bc5c4567..5e5b712428b90 100644
--- a/contrib/gcc/c-common.c
+++ b/contrib/gcc/c-common.c
@@ -1027,9 +1027,9 @@ typedef struct {
static format_char_info print_char_table[] = {
/* FreeBSD kernel extensions. */
- { "D", 1, T_C, T_C, NULL, NULL, NULL, NULL, NULL, "-wp" },
- { "b", 1, T_C, T_C, NULL, NULL, NULL, NULL, NULL, "-wp" },
- { "rz", 0, NULL, T_I, T_I, T_L, NULL, NULL, NULL, "-wp0 +#" },
+ { "D", 1, T_C, NULL, NULL, NULL, NULL, NULL, NULL, "-wp" },
+ { "b", 1, T_C, NULL, NULL, NULL, NULL, NULL, NULL, "-wp" },
+ { "rz", 0, T_I, NULL, NULL, T_L, NULL, NULL, NULL, "-wp0 +#" },
#define unextended_print_char_table (print_char_table + 3)
{ "di", 0, T_I, T_I, T_I, T_L, T_LL, T_LL, T_ST, "-wp0 +" },
{ "oxX", 0, T_UI, T_UI, T_UI, T_UL, T_ULL, T_ULL, T_ST, "-wp0#" },