Fix build breakage from last commit (window-nat.c:windows_create_inferior)
[deliverable/binutils-gdb.git] / gdb / rust-lang.h
index 8f2b6826c152eabfcb6950bc38220b687f9d10f7..61547d772afc20e8d57ccb05ebab3822fc60bfe0 100644 (file)
@@ -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);
This page took 0.023234 seconds and 4 git commands to generate.