mirror of
https://gcc.gnu.org/git/gcc.git
synced 2025-01-22 12:24:38 +08:00
* c-pretty-print.c (pp_c_pretty_printer_init): Clear pp->flags.
From-SVN: r196444
This commit is contained in:
parent
f3a1fb911a
commit
48c414032a
@ -1,3 +1,7 @@
|
||||
2013-03-04 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* c-pretty-print.c (pp_c_pretty_printer_init): Clear pp->flags.
|
||||
|
||||
2013-02-28 Konstantin Serebryany <konstantin.s.serebryany@gmail.com>
|
||||
Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
|
@ -2311,6 +2311,8 @@ pp_c_pretty_printer_init (c_pretty_printer *pp)
|
||||
{
|
||||
pp->offset_list = 0;
|
||||
|
||||
pp->flags = 0;
|
||||
|
||||
pp->declaration = pp_c_declaration;
|
||||
pp->declaration_specifiers = pp_c_declaration_specifiers;
|
||||
pp->declarator = pp_c_declarator;
|
||||
|
Loading…
Reference in New Issue
Block a user