* mi/mi-cmds.c (mi_cmds): Add 'static'.
This commit is contained in:
Yao Qi 2012-08-31 08:30:38 +00:00
parent 80d873266d
commit ef07a9f766
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-08-31 Yao Qi <yao@codesourcery.com>
* mi/mi-cmds.c (mi_cmds): Add 'static'.
2012-08-29 Doug Evans <dje@google.com>
* main.c (print_gdb_help): Remove reference to

View File

@ -30,7 +30,7 @@ struct mi_cmd;
static struct mi_cmd **lookup_table (const char *command);
static void build_table (struct mi_cmd *commands);
struct mi_cmd mi_cmds[] =
static struct mi_cmd mi_cmds[] =
{
{ "ada-task-info", { NULL, 0 }, mi_cmd_ada_task_info },
{ "add-inferior", { NULL, 0 }, mi_cmd_add_inferior },