* cp-tree.h (require_complete_eh_spec_types): Add prototype.
From-SVN: r56960
This commit is contained in:
parent
c1b4f089aa
commit
2515a7ea11
@ -1,3 +1,7 @@
|
||||
2002-09-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||
|
||||
* cp-tree.h (require_complete_eh_spec_types): Add prototype.
|
||||
|
||||
2002-09-05 Jason Merrill <jason@redhat.com>
|
||||
|
||||
* typeck2.c (add_exception_specifier): Only pedwarn for an
|
||||
|
@ -4322,6 +4322,7 @@ extern tree check_return_expr PARAMS ((tree));
|
||||
extern tree build_ptrmemfunc_access_expr (tree, tree);
|
||||
|
||||
/* in typeck2.c */
|
||||
extern void require_complete_eh_spec_types PARAMS ((tree, tree));
|
||||
extern void cxx_incomplete_type_diagnostic PARAMS ((tree, tree, int));
|
||||
#undef cxx_incomplete_type_error
|
||||
extern void cxx_incomplete_type_error PARAMS ((tree, tree));
|
||||
|
Loading…
Reference in New Issue
Block a user