diff options
Diffstat (limited to 'gdb/rust-lang.h')
-rw-r--r-- | gdb/rust-lang.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/rust-lang.h b/gdb/rust-lang.h index 8f2b682..61547d7 100644 --- a/gdb/rust-lang.h +++ b/gdb/rust-lang.h @@ -27,7 +27,7 @@ struct type; extern int rust_parse (struct parser_state *); /* The la_error implementation for Rust. */ -extern void rustyyerror (char *); +extern void rustyyerror (const char *); /* Return true if TYPE is a tuple type; otherwise false. */ extern bool rust_tuple_type_p (struct type *type); |