mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-02 08:13:58 +08:00
class.c (debug_class): Remove extern.
* class.c (debug_class): Remove extern. (debug_thunks): Likewise. From-SVN: r110836
This commit is contained in:
parent
00e850451c
commit
ac1f3b7e6a
@ -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.
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user