OSDN Git Service

* cxx-pretty-print.c (pp_cxx_statement): Add prototype. Make static.
[pf3gnuchains/gcc-fork.git] / gcc / cp / cxx-pretty-print.h
index a2ce6b0..cb7f94d 100644 (file)
@@ -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 */