From cc8dee1f1c67be4155225c6c29dc1245abb89812 Mon Sep 17 00:00:00 2001 From: Christian Biesinger Date: Wed, 9 Oct 2019 23:27:33 -0500 Subject: Move declaration of max_user_call_depth to header Also removes an unnecessary declaration of cmdlist in cli-cmds.c. I don't understand why it is there, the definition of cmdlist is at the top of the same file. gdb/ChangeLog: 2019-10-12 Christian Biesinger * cli/cli-cmds.c (max_user_call_depth): Move comment to header. (show_user): Remove declaration of cmdlist. * cli/cli-cmds.h (max_user_call_depth): Declare. * cli/cli-script.c (execute_user_command): Remove declaration of max_user_call_depth. --- gdb/cli/cli-script.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gdb/cli/cli-script.c') diff --git a/gdb/cli/cli-script.c b/gdb/cli/cli-script.c index 4fc9c70..3137955 100644 --- a/gdb/cli/cli-script.c +++ b/gdb/cli/cli-script.c @@ -449,7 +449,6 @@ void execute_user_command (struct cmd_list_element *c, const char *args) { counted_command_line cmdlines_copy; - extern unsigned int max_user_call_depth; /* Ensure that the user commands can't be deleted while they are executing. */ -- cgit v1.1