class.c (debug_class): Remove extern.
authorVolker Reichelt <reichelt@igpm.rwth-aachen.de>
Fri, 10 Feb 2006 13:49:19 +0000 (13:49 +0000)
committerVolker Reichelt <reichelt@gcc.gnu.org>
Fri, 10 Feb 2006 13:49:19 +0000 (13:49 +0000)
* class.c (debug_class): Remove extern.
(debug_thunks): Likewise.

From-SVN: r110836

gcc/cp/ChangeLog
gcc/cp/class.c

index e3ceaa2240104024e46e1ba7b8ae8021dfbd3193..c85115e42b26d9f5b76e1322254f9e5395825462 100644 (file)
@@ -1,3 +1,8 @@
+2006-02-10  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
+
+       * class.c (debug_class): Remove extern.
+       (debug_thunks): Likewise.
+
 2006-02-09  Gabriel Dos Reis  <gdr@integrable-solutions.net>
 
        * typeck.c (string_conv_p): Don't test for flag_const_strings.
index f3240113be32419540c02d4e159d8ee3ba555a6f..69fbd36c210670dae78b25d2e48b261554d3dc92 100644 (file)
@@ -6514,7 +6514,7 @@ dump_class_hierarchy_1 (FILE *stream, int flags, tree t)
 
 /* Debug interface to hierarchy dumping.  */
 
-extern void
+void
 debug_class (tree t)
 {
   dump_class_hierarchy_1 (stderr, TDF_SLIM, t);
@@ -6644,7 +6644,7 @@ dump_thunk (FILE *stream, int indent, tree thunk)
 
 /* Dump the thunks for FN.  */
 
-extern void
+void
 debug_thunks (tree fn)
 {
   dump_thunk (stderr, 0, fn);