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

From-SVN: r8664
This commit is contained in:
Jim Wilson 1994-12-18 13:35:07 -08:00
parent 6589083a69
commit a8cdcc1f43

View File

@ -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)