(macarg1): Count newline at end of C++ comment.
From-SVN: r8664
This commit is contained in:
parent
6589083a69
commit
a8cdcc1f43
@ -8314,6 +8314,8 @@ macarg1 (start, limit, depthptr, newlines, comments, rest_args)
|
||||
if (*bp == '\n') ++*newlines;
|
||||
bp++;
|
||||
}
|
||||
/* Now count the newline that we are about to skip. */
|
||||
++*newlines;
|
||||
break;
|
||||
}
|
||||
if (bp[1] != '*' || bp + 1 >= limit)
|
||||
|
Loading…
Reference in New Issue
Block a user