mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-12-19 01:19:41 +08:00
Add make_cleanup_free_command_lines declaration "extern".
gdb/ChangeLog: * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
This commit is contained in:
@@ -44,7 +44,8 @@ extern void print_command_lines (struct ui_out *,
|
||||
|
||||
extern struct command_line * copy_command_lines (struct command_line *cmds);
|
||||
|
||||
struct cleanup *make_cleanup_free_command_lines (struct command_line **arg);
|
||||
extern struct cleanup *
|
||||
make_cleanup_free_command_lines (struct command_line **arg);
|
||||
|
||||
/* Exported to gdb/infrun.c */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user