From 637537d07b5b84dc9cb76af1a4f8a847eb2cd5f7 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Mon, 17 Jan 2005 16:17:36 +0000 Subject: 2005-01-17 Andrew Cagney * top.h (source_error, source_pre_error): Delete declaration. * cli/cli-script.c (source_error_allocated, source_error): Delete. (script_from_file, source_cleanup_lines): Do not manipulate source_error_allocated, error_pre_print and source_error. (struct source_cleanup_lines_args): Delete fields old_pre_error, and old_error_pre_print. * top.c (source_error_allocated, source_error) (source_pre_error): Delete. (command_line_input): Do not set error_pre_print. * event-top.c (command_line_handler): Do not set error_pre_print. --- gdb/top.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'gdb/top.h') diff --git a/gdb/top.h b/gdb/top.h index 88b7e7a6cde..7448e6de1ac 100644 --- a/gdb/top.h +++ b/gdb/top.h @@ -1,6 +1,7 @@ /* Top level stuff for GDB, the GNU debugger. - Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1996, - 1997, 1998, 1999, 2000 Free Software Foundation, Inc. + + Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, + 1996, 1997, 1998, 1999, 2000, 2005 Free Software Foundation, Inc. This file is part of GDB. @@ -65,8 +66,6 @@ extern void gdb_init (char *); /* Variables from top.c. */ extern int source_line_number; extern char *source_file_name; -extern char *source_error; -extern char *source_pre_error; extern int history_expansion_p; extern int server_command; extern char *lim_at_start; -- cgit v1.2.1