summaryrefslogtreecommitdiff
path: root/gcc/cpperror.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cpperror.c')
-rw-r--r--gcc/cpperror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpperror.c b/gcc/cpperror.c
index 167ea9d46a5..73cb418b473 100644
--- a/gcc/cpperror.c
+++ b/gcc/cpperror.c
@@ -61,7 +61,7 @@ print_location (pfile, filename, pos)
line = 0;
else
{
- struct line_map *map;
+ const struct line_map *map;
if (type == BUF_PRAGMA)
buffer = buffer->prev;