]> gcc.gnu.org Git - gcc.git/commitdiff
(print_char_table): Allow `L' for `u'.
authorRichard Kenner <kenner@gcc.gnu.org>
Thu, 17 Nov 1994 16:06:36 +0000 (11:06 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Thu, 17 Nov 1994 16:06:36 +0000 (11:06 -0500)
From-SVN: r8477

gcc/c-common.c

index 6735b5aa8c11f62e1693478e8640e9c2be430323..f3844e2286a454d774faaae8ed14dfe1f30c343f 100644 (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"           },
This page took 0.058753 seconds and 5 git commands to generate.