| Index: gdb/tui/tui-interp.c
|
| diff --git a/gdb/tui/tui-interp.c b/gdb/tui/tui-interp.c
|
| index c531e009341ce972a35220fdda33b7b54358f3cb..1095220fd37c2332e0491d4705525eef5ce7755a 100644
|
| --- a/gdb/tui/tui-interp.c
|
| +++ b/gdb/tui/tui-interp.c
|
| @@ -1,6 +1,6 @@
|
| /* TUI Interpreter definitions for GDB, the GNU debugger.
|
|
|
| - Copyright (C) 2003, 2007-2012 Free Software Foundation, Inc.
|
| + Copyright (C) 2003-2013 Free Software Foundation, Inc.
|
|
|
| This file is part of GDB.
|
|
|
| @@ -153,6 +153,8 @@ _initialize_tui_interp (void)
|
| tui_exec,
|
| tui_display_prompt_p,
|
| tui_ui_out,
|
| + NULL,
|
| + cli_command_loop
|
| };
|
| struct interp *tui_interp;
|
|
|
|
|