(rescan): Don't look for C++ // comment before directive.
authorJim Wilson <wilson@gcc.gnu.org>
Mon, 11 Apr 1994 17:27:17 +0000 (10:27 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Mon, 11 Apr 1994 17:27:17 +0000 (10:27 -0700)
commit80512db770127b1a868fb97007144edc00be95d3
treead5b080eac9a3f34d366550316f9a8f6fc08d192
parent2ba3a0eceffae2f34927301ae596ca1befcbbff9
(rescan): Don't look for C++ // comment before directive.

Handle \-newline inside a C++ // comment.
(skip_if_group): Likewise.
(handle_directive): Also handle C++ // comment after #.  Point
ip->bufp after the comment start before calling
skip_to_end_of_comment.
(validate_else): Handle \-newline inside a C++ // comment.
(skip_to_end_of_comment, macarg1, discard_comments): Likewise.

From-SVN: r7028
gcc/cccp.c