diff options
Diffstat (limited to 'gdb/guile')
-rw-r--r-- | gdb/guile/scm-cmd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/guile/scm-cmd.c b/gdb/guile/scm-cmd.c index 0bd5105..4745def 100644 --- a/gdb/guile/scm-cmd.c +++ b/gdb/guile/scm-cmd.c @@ -292,9 +292,8 @@ cmdscm_destroyer (struct cmd_list_element *self, void *context) static void cmdscm_function (struct cmd_list_element *command, - char *args_entry, int from_tty) + const char *args, int from_tty) { - const char *args = args_entry; command_smob *c_smob/*obj*/ = (command_smob *) get_cmd_context (command); SCM arg_scm, tty_scm, result; |