From b842c19aff4cae52714122ef8f18aaf305562c1e Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Wed, 26 Aug 1992 21:05:32 +0000 Subject: [PATCH] (current_block): Declared. From-SVN: r1967 --- gcc/tree.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gcc/tree.h b/gcc/tree.h index 5877f6240a1..55a38dab34d 100644 --- a/gcc/tree.h +++ b/gcc/tree.h @@ -1402,6 +1402,8 @@ extern void pushlevel PROTO((int)); REVERSE -- reverse the order of decls before returning them. FUNCTIONBODY -- nonzero if this level is the body of a function. */ extern tree poplevel PROTO((int, int, int)); +/* Return the BLOCK node for the current scope level. */ +extern tree current_block PROTO((void)); /* Function to add a decl to the current scope level. Takes one argument, a decl to add. Returns that decl, or, if the same symbol is already declared, may -- 2.30.2