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:
parent
8acc9f485b
commit
6e58437e3b
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-01-01 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
|
||||
|
||||
2013-01-01 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
Update year range in copyright notice of all files.
|
||||
|
|
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in a new issue