Fix syscall group completion
[deliverable/binutils-gdb.git] / gdb / f-lang.h
index 827785a0d1768e0351f08e53fc0f1a7b0bdb5432..5633b4121d826cea53dcd20215538247d829392a 100644 (file)
@@ -1,6 +1,6 @@
 /* Fortran language support definitions for GDB, the GNU debugger.
 
-   Copyright (C) 1992-2016 Free Software Foundation, Inc.
+   Copyright (C) 1992-2017 Free Software Foundation, Inc.
 
    Contributed by Motorola.  Adapted from the C definitions by Farooq Butt
    (fmbutt@engage.sps.mot.com).
@@ -25,14 +25,14 @@ struct parser_state;
 
 extern int f_parse (struct parser_state *);
 
-extern void f_yyerror (char *);        /* Defined in f-exp.y */
+extern void f_yyerror (const char *);  /* Defined in f-exp.y */
 
 extern void f_print_type (struct type *, const char *, struct ui_file *, int,
                          int, const struct type_print_options *);
 
-extern void f_val_print (struct type *, const gdb_byte *, int, CORE_ADDR,
+extern void f_val_print (struct type *, int, CORE_ADDR,
                         struct ui_file *, int,
-                        const struct value *,
+                        struct value *,
                         const struct value_print_options *);
 
 /* Language-specific data structures */
This page took 0.024366 seconds and 4 git commands to generate.