diff options
author | Richard Stallman <rms@gnu.org> | 1992-08-26 21:05:32 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-08-26 21:05:32 +0000 |
commit | b842c19aff4cae52714122ef8f18aaf305562c1e (patch) | |
tree | 2ae1bf78d4b66a6b1961053fba550f4dd88dabac /gcc/tree.h | |
parent | 9b1e668ec691e77582c5435dfdbbe6c2998919b3 (diff) | |
download | gcc-b842c19aff4cae52714122ef8f18aaf305562c1e.zip gcc-b842c19aff4cae52714122ef8f18aaf305562c1e.tar.gz gcc-b842c19aff4cae52714122ef8f18aaf305562c1e.tar.bz2 |
(current_block): Declared.
From-SVN: r1967
Diffstat (limited to 'gcc/tree.h')
-rw-r--r-- | gcc/tree.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |