Commit a8cdcc1f by Jim Wilson

(macarg1): Count newline at end of C++ comment.

From-SVN: r8664
parent 6589083a
......@@ -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)
......
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