* cp-tree.h (stabilize_expr): Prototype.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Sun, 10 Mar 2002 20:42:53 +0000 (20:42 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Sun, 10 Mar 2002 20:42:53 +0000 (20:42 +0000)
From-SVN: r50542

gcc/cp/ChangeLog
gcc/cp/cp-tree.h

index 3ed71433022c7b762b33afbb057d44b824f0e16d..5c707eade5e722edb228bc8d916ed2067ccb83a7 100644 (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
index daecc67632bb679e7bf3fcb81114d1b9b3322085..a2686c1c45052502166cc5c5fd634b8ca0ecae5c 100644 (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));