PR c++/11990:
[deliverable/binutils-gdb.git] / gdb / interps.c
index fc14196883c2421467458240ffe3e37b6a96dd51..bd23118227e9ab7f015c1693a3c4f8bd15794832 100644 (file)
@@ -1,7 +1,6 @@
 /* Manages interpreters for GDB, the GNU debugger.
 
-   Copyright (C) 2000, 2002-2003, 2007-2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2000-2013 Free Software Foundation, Inc.
 
    Written by Jim Ingham <jingham@apple.com> of Apple Computer, Inc.
 
@@ -457,7 +456,8 @@ interpreter_exec_cmd (char *args, int from_tty)
 
 /* List the possible interpreters which could complete the given text.  */
 static VEC (char_ptr) *
-interpreter_completer (struct cmd_list_element *ignore, char *text, char *word)
+interpreter_completer (struct cmd_list_element *ignore,
+                      const char *text, const char *word)
 {
   int textlen;
   VEC (char_ptr) *matches = NULL;
This page took 0.023309 seconds and 4 git commands to generate.