diff options
Diffstat (limited to 'gdb/m2-lang.h')
-rw-r--r-- | gdb/m2-lang.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/m2-lang.h b/gdb/m2-lang.h index 161b4b69c53..87df81c3f09 100644 --- a/gdb/m2-lang.h +++ b/gdb/m2-lang.h @@ -23,7 +23,7 @@ extern int m2_parse (void); /* Defined in m2-exp.y */ extern void m2_error (char *); /* Defined in m2-exp.y */ /* Defined in m2-typeprint.c */ -extern void m2_print_type (struct type *, char *, struct ui_file *, int, +extern void m2_print_type (struct type *, const char *, struct ui_file *, int, int); extern void m2_print_typedef (struct type *, struct symbol *, |