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:
Joel Brobecker 2013-01-01 07:38:02 +00:00
parent 8acc9f485b
commit 6e58437e3b
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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 */