diff options
Diffstat (limited to 'gcc/objc/objc-parse.y')
-rw-r--r-- | gcc/objc/objc-parse.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/objc/objc-parse.y b/gcc/objc/objc-parse.y index 26dba44..a092e1e 100644 --- a/gcc/objc/objc-parse.y +++ b/gcc/objc/objc-parse.y @@ -51,7 +51,7 @@ Boston, MA 02111-1307, USA. */ /* Since parsers are distinct for each language, put the language string definition here. */ -char *language_string = "GNU Obj-C"; +const char * const language_string = "GNU Obj-C"; /* Like YYERROR but do call yyerror. */ #define YYERROR1 { yyerror ("syntax error"); YYERROR; } |