* error.c (dump_decl): operator==, not operator ==.
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 Dec 1999 01:34:16 +0000 (01:34 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 Dec 1999 01:34:16 +0000 (01:34 +0000)
commit32997f8414c33190cbf41f86b101d283a75a111d
tree710cfe44b75b8c89261643cec26ad7a6f260362b
parent9b3f19c69a29353a13aeb2d291b8412ff1836ce6
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30935 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/cp/decl2.c
gcc/cp/error.c