diff options
Diffstat (limited to 'gdb/tui/tui-command.c')
-rw-r--r-- | gdb/tui/tui-command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tui/tui-command.c b/gdb/tui/tui-command.c index c3a9b5c1d01..a182b4ce8e6 100644 --- a/gdb/tui/tui-command.c +++ b/gdb/tui/tui-command.c @@ -65,7 +65,7 @@ tui_dispatch_ctrl_char (unsigned int ch) else { unsigned int c = 0, ch_copy = ch; - register int i; + int i; char *term; /* If this is an xterm, page next/prev keys aren't returned |