* breakpoint.c (bpstat_do_actions): To ensure that
[deliverable/binutils-gdb.git] / gdb / cli / cli-script.c
index cac5408893d8348f8f1ece28ef8574b609602576..a8375a38f5fedb99370c27c89a92518a7040eb31 100644 (file)
@@ -36,9 +36,6 @@
 
 /* Prototypes for local functions */
 
-static struct cleanup *
-       make_cleanup_free_command_lines (struct command_line **arg);
-
 static enum command_control_type
        recurse_read_control_structure (struct command_line *current_cmd);
 
@@ -1001,7 +998,7 @@ do_free_command_lines_cleanup (void *arg)
   free_command_lines (arg);
 }
 
-static struct cleanup *
+struct cleanup *
 make_cleanup_free_command_lines (struct command_line **arg)
 {
   return make_cleanup (do_free_command_lines_cleanup, arg);
This page took 0.024176 seconds and 4 git commands to generate.