Use gdbpy_enter in cmdpy_function
[deliverable/binutils-gdb.git] / gdb / f-lang.h
index 827785a0d1768e0351f08e53fc0f1a7b0bdb5432..08a5f2578f1005caf4606fc472e2e93015926361 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).
@@ -30,9 +30,9 @@ extern void f_yyerror (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.024422 seconds and 4 git commands to generate.