From a996f770afc1ae7add55dae1e519a034499d3baf Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Wed, 15 Sep 1993 23:11:29 -0700 Subject: (current_function_has_nonlocal_goto): Declare. From-SVN: r5335 --- gcc/flags.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gcc/flags.h') diff --git a/gcc/flags.h b/gcc/flags.h index 22bd1f0..5e2d9d2 100644 --- a/gcc/flags.h +++ b/gcc/flags.h @@ -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; -- cgit v1.1