error.c (dump_decl): operator==, not operator ==.
authorJason Merrill <jason@casey.cygnus.com>
Wed, 15 Dec 1999 01:34:16 +0000 (01:34 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 15 Dec 1999 01:34:16 +0000 (20:34 -0500)
commitd67cdbc3fd9c9e679cd44f6dd64ea5c6b325cbb5
tree710cfe44b75b8c89261643cec26ad7a6f260362b
parent08b962b08b68b6568cf689d8935c9aa5d410a228
error.c (dump_decl): operator==, not operator ==.

        * error.c (dump_decl): operator==, not operator ==.
        (op_to_string): Likewise.

        * decl.c (compute_array_index_type): Handle null name.

        * decl2.c (ambiguous_decl): Fix to match comment.
        (lookup_using_namespace): Adjust.

        * decl2.c (import_export_class): Don't ignore dllimport.

From-SVN: r30935
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/cp/decl2.c
gcc/cp/error.c