diff options
Diffstat (limited to 'gcc/config/c4x/c4x.c')
| -rw-r--r-- | gcc/config/c4x/c4x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/c4x/c4x.c b/gcc/config/c4x/c4x.c index 106b334f39b..43a14cbe7ef 100644 --- a/gcc/config/c4x/c4x.c +++ b/gcc/config/c4x/c4x.c @@ -4399,7 +4399,7 @@ c4x_handle_pragma (p_getc, p_ungetc, pname) struct name_list { struct name_list *next; - char *name; + const char *name; }; static struct name_list *global_head; |

