* cp-tree.h (stabilize_expr): Prototype.
From-SVN: r50542
This commit is contained in:
parent
660bdf3605
commit
644d28d40e
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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));
|
||||
|
|
Loading…
Add table
Reference in a new issue