aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-parse.c')
-rw-r--r--gcc/c-parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-parse.c b/gcc/c-parse.c
index e358450..80cb75c 100644
--- a/gcc/c-parse.c
+++ b/gcc/c-parse.c
@@ -2046,7 +2046,7 @@ case 61:
break;}
case 62:
#line 481 "c-parse.y"
-{ char *name;
+{ const char *name;
tree result = pop_init_level (0);
tree type = yyvsp[-5].ttype;
finish_init ();