aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppmacro.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cppmacro.c')
-rw-r--r--gcc/cppmacro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cppmacro.c b/gcc/cppmacro.c
index fcaa7c6..978f4cb 100644
--- a/gcc/cppmacro.c
+++ b/gcc/cppmacro.c
@@ -170,7 +170,7 @@ builtin_macro (pfile, token)
file = ip->nominal_fname;
}
make_string_token (pfile->string_pool, token,
- (U_CHAR *) file, strlen (file));
+ (const U_CHAR *) file, strlen (file));
}
break;