* cp-tree.h (push_expression_obstack): Declare.
From-SVN: r18896
This commit is contained in:
parent
3a87a9f588
commit
00c493f2c2
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user