From: Richard Stallman Date: Wed, 26 Aug 1992 21:05:32 +0000 (+0000) Subject: (current_block): Declared. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b842c19aff4cae52714122ef8f18aaf305562c1e;p=gcc.git (current_block): Declared. From-SVN: r1967 --- 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