Commit dcb0eee2 by Tom Tromey Committed by Tom Tromey

* parse.y (create_interface): Call CHECK_DEPRECATED.

From-SVN: r64852
parent d6d05f8d
2003-03-25 Tom Tromey <tromey@redhat.com>
* parse.y (create_interface): Call CHECK_DEPRECATED.
2003-03-23 Zack Weinberg <zack@codesourcery.com>
* Make-lang.in: Link jcf-dump against $(LDEXP_LIB).
......
......@@ -3831,6 +3831,9 @@ create_interface (int flags, tree id, tree super)
CLASS_COMPLETE_P (decl) = 1;
add_superinterfaces (decl, super);
/* Eventually sets the @deprecated tag flag */
CHECK_DEPRECATED (decl);
return decl;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment