Commit b842c19a by Richard Stallman

(current_block): Declared.

From-SVN: r1967
parent 9b1e668e
...@@ -1402,6 +1402,8 @@ extern void pushlevel PROTO((int)); ...@@ -1402,6 +1402,8 @@ extern void pushlevel PROTO((int));
REVERSE -- reverse the order of decls before returning them. REVERSE -- reverse the order of decls before returning them.
FUNCTIONBODY -- nonzero if this level is the body of a function. */ FUNCTIONBODY -- nonzero if this level is the body of a function. */
extern tree poplevel PROTO((int, int, int)); 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. /* Function to add a decl to the current scope level.
Takes one argument, a decl to add. Takes one argument, a decl to add.
Returns that decl, or, if the same symbol is already declared, may Returns that decl, or, if the same symbol is already declared, may
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment