From: Gabriel Dos Reis Date: Mon, 22 Mar 2004 01:12:53 +0000 (+0000) Subject: cxx-pretty-print.c (pp_cxx_parameter_declaration_clause): Declare. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7090f4b3b1809002684711eba61be9eec3d4df03;p=gcc.git cxx-pretty-print.c (pp_cxx_parameter_declaration_clause): Declare. * cxx-pretty-print.c (pp_cxx_parameter_declaration_clause): Declare. From-SVN: r79803 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index f1071535e98..458f2a5c2a6 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2004-03-22 Gabriel Dos Reis + + * cxx-pretty-print.c (pp_cxx_parameter_declaration_clause): Declare. + 2004-03-21 Gabriel Dos Reis * error.c (enum pad): Remove. diff --git a/gcc/cp/cxx-pretty-print.c b/gcc/cp/cxx-pretty-print.c index 1a109a8f2c6..f937c2cc33a 100644 --- a/gcc/cp/cxx-pretty-print.c +++ b/gcc/cp/cxx-pretty-print.c @@ -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);