diff options
Diffstat (limited to 'gdb/language.h')
-rw-r--r-- | gdb/language.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/language.h b/gdb/language.h index 0c04208..aa0523b 100644 --- a/gdb/language.h +++ b/gdb/language.h @@ -198,7 +198,7 @@ struct language_defn /* Print a type using syntax appropriate for this language. */ - void (*la_print_type) (struct type *, char *, struct ui_file *, int, + void (*la_print_type) (struct type *, const char *, struct ui_file *, int, int); /* Print a typedef using syntax appropriate for this language. |