diff options
Diffstat (limited to 'gcc/cp/parse.y')
| -rw-r--r-- | gcc/cp/parse.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/parse.y b/gcc/cp/parse.y index ef96a0b5106..de9c1f3fb80 100644 --- a/gcc/cp/parse.y +++ b/gcc/cp/parse.y @@ -45,7 +45,7 @@ Boston, MA 02111-1307, USA. */ /* Since parsers are distinct for each language, put the language string definition here. (fnf) */ -char *language_string = "GNU C++"; +const char * const language_string = "GNU C++"; extern struct obstack permanent_obstack; |

