mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
Constify core_file_command
gdb/ChangeLog 2017-09-27 Tom Tromey <tom@tromey.com> * gdbcore.h (core_file_command): Update. * corefile.c (core_file_command): Constify.
This commit is contained in:
@@ -61,7 +61,7 @@ struct target_ops *core_target;
|
||||
/* Backward compatability with old way of specifying core files. */
|
||||
|
||||
void
|
||||
core_file_command (char *filename, int from_tty)
|
||||
core_file_command (const char *filename, int from_tty)
|
||||
{
|
||||
dont_repeat (); /* Either way, seems bogus. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user