2013-08-30 Phil Muldoon <pmuldoon@redhat.com>
[deliverable/binutils-gdb.git] / gdb / language.h
index b191b364f199fdb1cdc3e5540be0827f49157e2b..e36da31be69d7b1f370e8d2cbeb874da2eacf551 100644 (file)
@@ -286,7 +286,8 @@ struct language_defn
        completion is being made.  If CODE is TYPE_CODE_UNDEF, then all
        symbols should be examined; otherwise, only STRUCT_DOMAIN
        symbols whose type has a code of CODE should be matched.  */
-    VEC (char_ptr) *(*la_make_symbol_completion_list) (char *text, char *word,
+    VEC (char_ptr) *(*la_make_symbol_completion_list) (const char *text,
+                                                      const char *word,
                                                       enum type_code code);
 
     /* The per-architecture (OS/ABI) language information.  */
This page took 0.025131 seconds and 4 git commands to generate.