decl.c (revert_static_member_fn): Fixed typo.
2000-10-20 Jeffrey Oldham <oldham@codesourcery.com> * decl.c (revert_static_member_fn): Fixed typo. From-SVN: r36966
This commit is contained in:
parent
2f74f7e928
commit
113062306d
@ -1,3 +1,7 @@
|
||||
2000-10-20 Jeffrey Oldham <oldham@codesourcery.com>
|
||||
|
||||
* decl.c (revert_static_member_fn): Fixed typo.
|
||||
|
||||
2000-10-19 Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
* class.c (subobject_offset_fn): New type.
|
||||
@ -1157,7 +1161,6 @@ Thu Sep 14 12:10:45 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
|
||||
(__pointer_type_info::__pointer_catch): Likewise.
|
||||
(__pointer_to_member_type_info::__pointer_catch): Likewise.
|
||||
|
||||
|
||||
2000-08-04 Zack Weinberg <zack@wolery.cumb.org>
|
||||
|
||||
* Make-lang.in (cc1plus): Depend on $(BACKEND), not stamp-objlist.
|
||||
|
@ -14612,7 +14612,7 @@ revert_static_member_fn (decl)
|
||||
if (CP_TYPE_QUALS (TREE_TYPE (TREE_VALUE (args)))
|
||||
!= TYPE_UNQUALIFIED)
|
||||
cp_error ("static member function `%#D' declared with type qualifiers",
|
||||
*decl);
|
||||
decl);
|
||||
|
||||
args = TREE_CHAIN (args);
|
||||
tmp = build_function_type (TREE_TYPE (function), args);
|
||||
|
Loading…
Reference in New Issue
Block a user