summaryrefslogtreecommitdiff
path: root/gcc/cp/cxx-pretty-print.h
diff options
context:
space:
mode:
authorVolker Reichelt <reichelt@igpm.rwth-aachen.de>2005-01-25 08:58:46 +0000
committerVolker Reichelt <reichelt@gcc.gnu.org>2005-01-25 08:58:46 +0000
commitb01150a22f04194ea7d01e66cfa85d0481d0cea4 (patch)
tree8156e080988f76847a32369e79fbafaf682457a1 /gcc/cp/cxx-pretty-print.h
parentb8c1703b79d755920c37c1d999cf7f5a53a57763 (diff)
downloadgcc-b01150a22f04194ea7d01e66cfa85d0481d0cea4.tar.gz
cxx-pretty-print.c (pp_cxx_statement): Add prototype.
* cxx-pretty-print.c (pp_cxx_statement): Add prototype. Make static. (pp_cxx_function_definition): Make static. * cxx-pretty-print.h (pp_cxx_statement): Remove prototype. (pp_cxx_function_definition): Likewise. From-SVN: r94210
Diffstat (limited to 'gcc/cp/cxx-pretty-print.h')
-rw-r--r--gcc/cp/cxx-pretty-print.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/cp/cxx-pretty-print.h b/gcc/cp/cxx-pretty-print.h
index a2ce6b09de9..cb7f94d7b9b 100644
--- a/gcc/cp/cxx-pretty-print.h
+++ b/gcc/cp/cxx-pretty-print.h
@@ -69,9 +69,7 @@ void pp_cxx_colon_colon (cxx_pretty_printer *);
void pp_cxx_separate_with (cxx_pretty_printer *, int);
void pp_cxx_declaration (cxx_pretty_printer *, tree);
-void pp_cxx_function_definition (cxx_pretty_printer *, tree);
void pp_cxx_canonical_template_parameter (cxx_pretty_printer *, tree);
-void pp_cxx_statement (cxx_pretty_printer *, tree);
#endif /* GCC_CXX_PRETTY_PRINT_H */