aboutsummaryrefslogtreecommitdiff
path: root/gdb/guile/guile.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/guile/guile.c')
-rw-r--r--gdb/guile/guile.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/guile/guile.c b/gdb/guile/guile.c
index d6252d6..5c514f6 100644
--- a/gdb/guile/guile.c
+++ b/gdb/guile/guile.c
@@ -425,7 +425,7 @@ static struct cmd_list_element *info_guile_list;
/* Function for use by 'set guile' prefix command. */
static void
-set_guile_command (char *args, int from_tty)
+set_guile_command (const char *args, int from_tty)
{
help_list (set_guile_list, "set guile ", all_commands, gdb_stdout);
}
@@ -433,7 +433,7 @@ set_guile_command (char *args, int from_tty)
/* Function for use by 'show guile' prefix command. */
static void
-show_guile_command (char *args, int from_tty)
+show_guile_command (const char *args, int from_tty)
{
cmd_show_list (show_guile_list, from_tty, "");
}
@@ -443,7 +443,7 @@ show_guile_command (char *args, int from_tty)
"info scheme" with no args. */
static void
-info_guile_command (char *args, int from_tty)
+info_guile_command (const char *args, int from_tty)
{
printf_unfiltered (_("\"info guile\" must be followed"
" by the name of an info command.\n"));