forked from Imagelibrary/binutils-gdb
gdb/
* ada-lang.h (ada_print_type): Make varstring const. * ada-typeprint.c (print_func_type): Make name const. (ada_print_type): Make varstring const. * c-lang.h (c_print_type): Make varstring const. * c-typeprint.c (c_print_type): Likewise. * f-lang.h (f_print_type): Likewise. * f-typeprint.c (f_print_type): Likewise. * jv-lang.h (java_print_type): Likewise. * jv-typeprint.c (java_print_type): Likewise. * language.c (unk_lang_print_type): Likewise. * language.h (struct language_defn) <la_print_type>: Likewise. * m2-lang.h (m2_print_type): Likewise. * m2-typeprint.c (m2_print_type): Likewise. * p-lang.h (pascal_print_type): Likewise. * p-typeprint.c (pascal_print_type): Likewise.
This commit is contained in:
@@ -69,7 +69,7 @@ extern struct type *java_lookup_class (char *);
|
||||
extern int is_object_type (struct type *);
|
||||
|
||||
/* Defined in jv-typeprint.c */
|
||||
extern void java_print_type (struct type *, char *, struct ui_file *, int,
|
||||
extern void java_print_type (struct type *, const char *, struct ui_file *, int,
|
||||
int);
|
||||
|
||||
extern char *java_demangle_type_signature (char *);
|
||||
|
||||
Reference in New Issue
Block a user