Commit a996f770 by Jim Wilson

(current_function_has_nonlocal_goto): Declare.

From-SVN: r5335
parent 33fe7851
......@@ -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;
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