PR c++/11990:
[deliverable/binutils-gdb.git] / gdb / f-lang.c
index 344d9b86a636e6cc925691b0ef9b49863043df32..f40e98d38223f8468714adae072b08d9e602f7b1 100644 (file)
@@ -1,7 +1,6 @@
 /* Fortran language support routines for GDB, the GNU debugger.
 
-   Copyright (C) 1993-1996, 1998-2005, 2007-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1993-2013 Free Software Foundation, Inc.
 
    Contributed by Motorola.  Adapted from the C parser by Farooq Butt
    (fmbutt@engage.sps.mot.com).
@@ -230,7 +229,8 @@ f_word_break_characters (void)
    class.  */
 
 static VEC (char_ptr) *
-f_make_symbol_completion_list (char *text, char *word, enum type_code code)
+f_make_symbol_completion_list (const char *text, const char *word,
+                              enum type_code code)
 {
   return default_make_symbol_completion_list_break_on (text, word, ":", code);
 }
This page took 0.024031 seconds and 4 git commands to generate.