cpplex.c (save_comment): Only store the initial '/' now.
authorNeil Booth <neilb@earthling.net>
Mon, 25 Sep 2000 22:39:51 +0000 (22:39 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Mon, 25 Sep 2000 22:39:51 +0000 (22:39 +0000)
commit1c6d33efb4d9725b537e72c7b18efeeb638c55bc
treebb49ba90782584c23f6bca3a21e6dfbc631dc1a3
parent7de4d00450a017b0edbbbf620dcfc5d9326f163c
cpplex.c (save_comment): Only store the initial '/' now.

* cpplex.c (save_comment): Only store the initial '/'
now.
(lex_token): Combine handling of the two comment types.
Pass everything but the initial '/' to save_comment.

From-SVN: r36635
gcc/ChangeLog
gcc/cpplex.c