cxx-pretty-print.c (pp_cxx_parameter_declaration_clause): Declare.
* cxx-pretty-print.c (pp_cxx_parameter_declaration_clause): Declare. From-SVN: r79803
This commit is contained in:
parent
1e92bbb907
commit
7090f4b3b1
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-03-22 Gabriel Dos Reis <gdr@integrable-solutions.net>
|
||||
|
||||
* cxx-pretty-print.c (pp_cxx_parameter_declaration_clause): Declare.
|
||||
|
||||
2004-03-21 Gabriel Dos Reis <gdr@integrable-solutions.net>
|
||||
|
||||
* error.c (enum pad): Remove.
|
||||
|
|
|
@ -39,6 +39,7 @@ static void pp_cxx_ptr_operator (cxx_pretty_printer *, tree);
|
|||
static void pp_cxx_type_id (cxx_pretty_printer *, tree);
|
||||
static void pp_cxx_direct_abstract_declarator (cxx_pretty_printer *, tree);
|
||||
static void pp_cxx_declarator (cxx_pretty_printer *, tree);
|
||||
static void pp_cxx_parameter_declaration_clause (cxx_pretty_printer *, tree);
|
||||
static void pp_cxx_abstract_declarator (cxx_pretty_printer *, tree);
|
||||
static void pp_cxx_template_parameter (cxx_pretty_printer *, tree);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue