aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-08-26 21:05:32 +0000
committerRichard Stallman <rms@gnu.org>1992-08-26 21:05:32 +0000
commitb842c19aff4cae52714122ef8f18aaf305562c1e (patch)
tree2ae1bf78d4b66a6b1961053fba550f4dd88dabac /gcc/tree.h
parent9b1e668ec691e77582c5435dfdbbe6c2998919b3 (diff)
downloadgcc-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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index 5877f62..55a38da 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