From dc7eb48e0a75ef7430880a5892035b638bb422c7 Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Mon, 13 Jun 2011 10:55:27 +0000 Subject: 2011-06-13 Pedro Alves gdb/ * top.h (line): Rename to ... (saved_command_line): ... this. (linesize): Rename to ... (saved_command_line_size): ... this. * top.c (line): Rename to ... (saved_command_line): ... this. (linesize): Rename to ... (saved_command_line_size): ... this. (dont_repeat, command_line_input, dont_repeat_command): Adjust. * event-top.c (command_line_handler): Adjust. * main.c (captured_main): Adjust. --- gdb/top.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gdb/top.h') diff --git a/gdb/top.h b/gdb/top.h index 20268fe..4a6e8fb 100644 --- a/gdb/top.h +++ b/gdb/top.h @@ -23,8 +23,8 @@ #define TOP_H /* From top.c. */ -extern char *line; -extern int linesize; +extern char *saved_command_line; +extern int saved_command_line_size; extern FILE *instream; extern int in_user_command; extern int caution; -- cgit v1.1