diff options
Diffstat (limited to 'gdb/interps.c')
-rw-r--r-- | gdb/interps.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/interps.c b/gdb/interps.c index 65a0143..8c01091 100644 --- a/gdb/interps.c +++ b/gdb/interps.c @@ -439,8 +439,9 @@ current_interpreter (void) } /* This just adds the "interpreter-exec" command. */ +void _initialize_interpreter (); void -_initialize_interpreter (void) +_initialize_interpreter () { struct cmd_list_element *c; |