Commit 48c41403 by Jakub Jelinek Committed by Jakub Jelinek

* c-pretty-print.c (pp_c_pretty_printer_init): Clear pp->flags.

From-SVN: r196444
parent f3a1fb91
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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment