diff options
Diffstat (limited to 'gdb/gdb-demangle.c')
-rw-r--r-- | gdb/gdb-demangle.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/gdb-demangle.c b/gdb/gdb-demangle.c index debe395..6a664e9 100644 --- a/gdb/gdb-demangle.c +++ b/gdb/gdb-demangle.c @@ -212,8 +212,9 @@ demangle_command (const char *args, int from_tty) error (_("Can't demangle \"%s\""), name); } +void _initialize_gdb_demangle (); void -_initialize_gdb_demangle (void) +_initialize_gdb_demangle () { int i, ndems; |