summaryrefslogtreecommitdiff
path: root/gdb/top.h
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2010-04-07 16:54:37 +0000
committerDoug Evans <dje@google.com>2010-04-07 16:54:37 +0000
commit764856f0e74e6e13648ddd2242819e59d209344b (patch)
treebfb6014b8d791148817c622265d17ea2d09f7c28 /gdb/top.h
parent86df4f48719d87e67489e8507ecfc043caf41089 (diff)
downloadgdb-764856f0e74e6e13648ddd2242819e59d209344b.tar.gz
* top.c (source_file_name): Make const char *.
* top.h (source_file_name): Update. * cli/cli-script.c (source_cleanup_lines_args): Make old_file const char *. (script_from_file): Change `file' arg to const char *. * cli/cli-script.h (script_from_file): Update.
Diffstat (limited to 'gdb/top.h')
-rw-r--r--gdb/top.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/top.h b/gdb/top.h
index 2de78bf4388..c1802747c9a 100644
--- a/gdb/top.h
+++ b/gdb/top.h
@@ -68,7 +68,7 @@ extern void gdb_init (char *);
/* For use by event-top.c */
/* Variables from top.c. */
extern int source_line_number;
-extern char *source_file_name;
+extern const char *source_file_name;
extern int history_expansion_p;
extern int server_command;
extern char *lim_at_start;