line-map.c (linemap_add): Fix typo.

2014-12-02  Manuel López-Ibáñez  <manu@gcc.gnu.org>

        * line-map.c (linemap_add): Fix typo.
        (linemap_line_start): Fix whitespace.

From-SVN: r218276
parent 3c610413
2014-12-02 Manuel López-Ibáñez <manu@gcc.gnu.org>
* line-map.c (linemap_add): Fix typo.
(linemap_line_start): Fix whitespace.
2014-11-29 John Schmerge <jbschmerge@gmail.com> 2014-11-29 John Schmerge <jbschmerge@gmail.com>
PR preprocessor/41698 PR preprocessor/41698
......
...@@ -330,7 +330,7 @@ linemap_add (struct line_maps *set, enum lc_reason reason, ...@@ -330,7 +330,7 @@ linemap_add (struct line_maps *set, enum lc_reason reason,
if (MAIN_FILE_P (map - 1)) if (MAIN_FILE_P (map - 1))
{ {
/* So this _should_ means we are leaving the main file -- /* So this _should_ mean we are leaving the main file --
effectively ending the compilation unit. But to_file not effectively ending the compilation unit. But to_file not
being NULL means the caller thinks we are leaving to being NULL means the caller thinks we are leaving to
another file. This is an erroneous behaviour but we'll another file. This is an erroneous behaviour but we'll
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment