* cp-tree.h (require_complete_eh_spec_types): Add prototype.

From-SVN: r56960
This commit is contained in:
Kaveh R. Ghazi 2002-09-09 01:53:23 +00:00 committed by Kaveh Ghazi
parent c1b4f089aa
commit 2515a7ea11
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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));