aboutsummaryrefslogtreecommitdiff
path: root/gcc/flags.h
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1997-04-30 17:02:48 -0700
committerJim Wilson <wilson@gcc.gnu.org>1997-04-30 17:02:48 -0700
commitf009b725de2c494b4b9772249cfb551b37ddd500 (patch)
treee5f672fde96fd71ded88248758a12cd990f8fc28 /gcc/flags.h
parent21c40584c0e03fecc94397c4c14fa1af207b9413 (diff)
downloadgcc-f009b725de2c494b4b9772249cfb551b37ddd500.zip
gcc-f009b725de2c494b4b9772249cfb551b37ddd500.tar.gz
gcc-f009b725de2c494b4b9772249cfb551b37ddd500.tar.bz2
(current_function_is_thunk): Add extern to declaration.
From-SVN: r13999
Diffstat (limited to 'gcc/flags.h')
-rw-r--r--gcc/flags.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/flags.h b/gcc/flags.h
index 94decda..f9b11dd 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;