diff options
author | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-05-01 00:02:48 +0000 |
---|---|---|
committer | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-05-01 00:02:48 +0000 |
commit | e0df46b8d4e68e5192cbd266ed417c7ae5c3de08 (patch) | |
tree | e5f672fde96fd71ded88248758a12cd990f8fc28 /gcc/flags.h | |
parent | b0a47fcf5492d3fe086027013bf4f0f95dbed30d (diff) | |
download | gcc-e0df46b8d4e68e5192cbd266ed417c7ae5c3de08.tar.gz |
(current_function_is_thunk): Add extern to declaration.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@13999 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/flags.h')
-rw-r--r-- | gcc/flags.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/flags.h b/gcc/flags.h index 94decda09d5..f9b11dd6494 100644 --- a/gcc/flags.h +++ b/gcc/flags.h @@ -395,4 +395,4 @@ extern int current_function_has_nonlocal_goto; /* Nonzero if the current function is a thunk, so we should try to cut corners where we can. */ -int current_function_is_thunk; +extern int current_function_is_thunk; |