aboutsummaryrefslogtreecommitdiff
path: root/gcc/ch/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ch/parse.c')
-rw-r--r--gcc/ch/parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ch/parse.c b/gcc/ch/parse.c
index 72d1db6..36913ce 100644
--- a/gcc/ch/parse.c
+++ b/gcc/ch/parse.c
@@ -53,7 +53,7 @@ Boston, MA 02111-1307, USA. */
/* Since parsers are distinct for each language, put the
language string definition here. (fnf) */
-char *language_string = "GNU CHILL";
+const char * const language_string = "GNU CHILL";
/* Common code to be done before expanding any action. */
#define INIT_ACTION { \