aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r--gcc/gcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index 6c9beb5..1e150c8 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -2737,7 +2737,7 @@ execute ()
{
for (j = commands[i].argv; *j; j++)
{
- char *p;
+ const char *p;
fprintf (stderr, " \"");
for (p = *j; *p; ++p)
{