(current_function_has_nonlocal_goto): Declare.

From-SVN: r5335
This commit is contained in:
Jim Wilson 1993-09-15 23:11:29 -07:00
parent 33fe78517f
commit a996f770af
1 changed files with 4 additions and 0 deletions

View File

@ -342,3 +342,7 @@ extern int can_reach_end;
extern int current_function_has_nonlocal_label;
/* Nonzero if function being compiled has nonlocal gotos to parent
function. */
extern int current_function_has_nonlocal_goto;