* cp-tree.h (push_expression_obstack): Declare.

From-SVN: r18896
This commit is contained in:
Jeffrey A Law 1998-03-29 12:30:13 +00:00 committed by Jeff Law
parent 3a87a9f588
commit 00c493f2c2
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
Sun Mar 29 00:47:32 1998 Jeffrey A Law (law@cygnus.com)
* cp-tree.h (push_expression_obstack): Declare.
* call.c (source_type): #if 0 out.
* class.c (alter_access): Remove unused label. Add braces

View File

@ -2665,6 +2665,7 @@ extern int cp_tree_equal PROTO((tree, tree));
extern int can_free PROTO((struct obstack *, tree));
extern tree mapcar PROTO((tree, tree (*) (tree)));
extern void debug_binfo PROTO((tree));
extern void push_expression_obstack PROTO((void));
#define scratchalloc expralloc
#define scratch_tree_cons expr_tree_cons
#define build_scratch_list build_expr_list