]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/m2-lang.h
-Wwrite-strings: The Rest
[thirdparty/binutils-gdb.git] / gdb / m2-lang.h
index 6f73394147746ba937784b9ca1b1810c0ca2f7a7..30fddd7b4b1e6c93713ccdf8d7f3277992cc8da4 100644 (file)
@@ -22,7 +22,7 @@ struct parser_state;
 
 extern int m2_parse (struct parser_state *); /* Defined in m2-exp.y */
 
-extern void m2_yyerror (char *);       /* Defined in m2-exp.y */
+extern void m2_yyerror (const char *); /* Defined in m2-exp.y */
 
 /* Defined in m2-typeprint.c */
 extern void m2_print_type (struct type *, const char *, struct ui_file *, int,