* cp-tree.h (stabilize_expr): Prototype.

From-SVN: r50542
This commit is contained in:
Kaveh R. Ghazi 2002-03-10 20:42:53 +00:00 committed by Kaveh Ghazi
parent 660bdf3605
commit 644d28d40e
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-03-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* cp-tree.h (stabilize_expr): Prototype.
2002-03-08 Craig Rodrigues <rodrigc@gcc.gnu.org>
* cp-tree.h (CLEAR_BINFO_MARKED): Make both parts of

View File

@ -4222,6 +4222,7 @@ extern void replace_defarg PARAMS ((tree, tree));
extern void end_input PARAMS ((void));
/* in tree.c */
extern tree stabilize_expr PARAMS ((tree, tree *));
extern tree cxx_unsave_expr_now PARAMS ((tree));
extern void init_tree PARAMS ((void));
extern int pod_type_p PARAMS ((tree));