aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>1997-05-01 00:02:48 +0000
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>1997-05-01 00:02:48 +0000
commite0df46b8d4e68e5192cbd266ed417c7ae5c3de08 (patch)
treee5f672fde96fd71ded88248758a12cd990f8fc28
parentb0a47fcf5492d3fe086027013bf4f0f95dbed30d (diff)
(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
-rw-r--r--gcc/flags.h2
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;