aboutsummaryrefslogtreecommitdiff
path: root/gdb/interps.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-06-03 20:54:43 +0000
committerAndrew Cagney <cagney@redhat.com>2003-06-03 20:54:43 +0000
commita9596cd98aa07c137ed362c7d92df64213b4fa04 (patch)
tree93d2aea2e0fa868da0f9b56626e5cfe8c2341869 /gdb/interps.c
parent74eda9eb7acc3c2bd375826f92e8ca233d5f767a (diff)
downloadbinutils-cagney_writestrings-20030508-branch.zip
binutils-cagney_writestrings-20030508-branch.tar.gz
binutils-cagney_writestrings-20030508-branch.tar.bz2
Diffstat (limited to 'gdb/interps.c')
-rw-r--r--gdb/interps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/interps.c b/gdb/interps.c
index 748b5b6..e493923 100644
--- a/gdb/interps.c
+++ b/gdb/interps.c
@@ -358,7 +358,7 @@ initialize_interps (void)
}
void
-interpreter_exec_cmd (char *args, int from_tty)
+interpreter_exec_cmd (const char *args, int from_tty)
{
struct interp *old_interp, *interp_to_use;
char **prules = NULL;