Commit 90c4f6ba by Tobias Burnus Committed by Tobias Burnus

scanner.c (skip_free_comments): Fix indentation.

2014-07-03  Tobias Burnus  <burnus@net-b.de>

        * scanner.c (skip_free_comments): Fix indentation.

From-SVN: r212257
parent e42e3d15
2014-07-03 Tobias Burnus <burnus@net-b.de>
* scanner.c (skip_free_comments): Fix indentation.
2014-07-02 Jakub Jelinek <jakub@redhat.com> 2014-07-02 Jakub Jelinek <jakub@redhat.com>
Fritz Reese <Reese-Fritz@zai.com> Fritz Reese <Reese-Fritz@zai.com>
......
...@@ -744,7 +744,7 @@ skip_free_comments (void) ...@@ -744,7 +744,7 @@ skip_free_comments (void)
if (c == '!') if (c == '!')
{ {
/* Keep the !GCC$ line. */ /* Keep the !GCC$ line. */
if (at_bol && skip_gcc_attribute (start)) if (at_bol && skip_gcc_attribute (start))
return false; return false;
/* If -fopenmp, we need to handle here 2 things: /* If -fopenmp, we need to handle here 2 things:
......
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