diff options
Diffstat (limited to 'libcpp/line-map.c')
-rw-r--r-- | libcpp/line-map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcpp/line-map.c b/libcpp/line-map.c index a82c428..86e2484 100644 --- a/libcpp/line-map.c +++ b/libcpp/line-map.c @@ -138,7 +138,7 @@ linemap_add (struct line_maps *set, enum lc_reason reason, else { from = INCLUDED_FROM (set, map - 1); - error = to_file && strcmp (from->to_file, to_file); + error = to_file && filename_cmp (from->to_file, to_file); } /* Depending upon whether we are handling preprocessed input or |