]> gcc.gnu.org Git - gcc.git/commit
Don't use C++ style comments in libcpp
authorDodji Seketeli <dodji@redhat.com>
Sun, 29 Apr 2012 16:27:08 +0000 (16:27 +0000)
committerDodji Seketeli <dodji@gcc.gnu.org>
Sun, 29 Apr 2012 16:27:08 +0000 (18:27 +0200)
commit112448b4489ec5a631f22a3c28b814fcaf9fa92f
tree5aab809289c936125df3cbb55e8fb90737ff738e
parent663b01340be8ddc23c48283db73afe956c99f6c3
Don't use C++ style comments in libcpp

I noticed that the file lex.c had C++ style comments, which I believe
is against the coding standards of the project.

Fixed, tested and applied to master as per the obvious rule.

libcpp/

* lex.c (lex_raw_string): Change C++ style comments into C
style comments.
(lex_string): Likewise.

From-SVN: r186946
libcpp/ChangeLog
libcpp/lex.c
This page took 0.057663 seconds and 5 git commands to generate.