diff options
Diffstat (limited to 'gdb/stack.c')
-rw-r--r-- | gdb/stack.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/stack.c b/gdb/stack.c index 92784c9..af30405 100644 --- a/gdb/stack.c +++ b/gdb/stack.c @@ -3339,8 +3339,9 @@ static struct cmd_list_element *select_frame_cmd_list = NULL; /* Commands with a prefix of `info frame'. */ static struct cmd_list_element *info_frame_cmd_list = NULL; +void _initialize_stack (); void -_initialize_stack (void) +_initialize_stack () { struct cmd_list_element *cmd; |