mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-03 07:10:28 +08:00
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
@ -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…
x
Reference in New Issue
Block a user