Replace C++ style line comments with C style line comments.
authorNick Clifton <nickc@redhat.com>
Thu, 21 Jul 2005 08:08:17 +0000 (08:08 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Thu, 21 Jul 2005 08:08:17 +0000 (08:08 +0000)
commit889d84651c1630468bcc810551c26753acd24782
treeb0a943f255bfc663c961a8a69df677a471d9b3ad
parent8eb9df78b19968f4b0b4bae40d3f9b58749eddbe
Replace C++ style line comments with C style line comments.

(symbian_add_attribute): Do not use a ? operator on the LHS of an assignment.
(sh_symbian_handle_dll_attribute): Change the type of the method vector to
  "VEC(tree,gc)*" and use vector accessor macros to walk over the elements.
(symbian_export_vtable_and_rtti_p): Likewise.
(symbian_class_needs_attribute_p): Likewise.

From-SVN: r102228
gcc/ChangeLog
gcc/config/sh/symbian.c