From 25b524e8361ae202a314ea75c2d943a1988318f8 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Mon, 14 Jun 2010 08:26:57 +0000 Subject: 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) : 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. --- gdb/ada-lang.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/ada-lang.h') diff --git a/gdb/ada-lang.h b/gdb/ada-lang.h index c51964a..d1e8ca5 100644 --- a/gdb/ada-lang.h +++ b/gdb/ada-lang.h @@ -156,7 +156,7 @@ extern int ada_parse (void); /* Defined in ada-exp.y */ extern void ada_error (char *); /* Defined in ada-exp.y */ /* Defined in ada-typeprint.c */ -extern void ada_print_type (struct type *, char *, struct ui_file *, int, +extern void ada_print_type (struct type *, const char *, struct ui_file *, int, int); extern void ada_print_typedef (struct type *type, struct symbol *new_symbol, -- cgit v1.1