]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/cli/cli-script.c
gdb/
[thirdparty/binutils-gdb.git] / gdb / cli / cli-script.c
index 4b6c416914584c45af803a6b489502029a37f2e7..743c65fd05e2871cb0cbb853592b78bcf2820422 100644 (file)
@@ -314,7 +314,7 @@ execute_user_command (struct cmd_list_element *c, char *args)
   struct cleanup *old_chain;
   enum command_control_type ret;
   static int user_call_depth = 0;
-  extern int max_user_call_depth;
+  extern unsigned int max_user_call_depth;
 
   cmdlines = c->user_commands;
   if (cmdlines == 0)