diff options
author | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-09-16 06:11:29 +0000 |
---|---|---|
committer | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-09-16 06:11:29 +0000 |
commit | 5d68a61979bc253e3340d595744c7d7b0f8be467 (patch) | |
tree | f0da373dd8cba71b2ec071e4a50fa088de70e687 /gcc/flags.h | |
parent | c5ebfeb70190b5a287c9f150924450417e1bca4c (diff) | |
download | gcc-5d68a61979bc253e3340d595744c7d7b0f8be467.tar.gz |
(current_function_has_nonlocal_goto): Declare.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5335 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/flags.h')
-rw-r--r-- | gcc/flags.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/flags.h b/gcc/flags.h index 22bd1f04f81..5e2d9d23702 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; |