diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1997-04-30 17:02:48 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1997-04-30 17:02:48 -0700 |
commit | f009b725de2c494b4b9772249cfb551b37ddd500 (patch) | |
tree | e5f672fde96fd71ded88248758a12cd990f8fc28 /gcc | |
parent | 21c40584c0e03fecc94397c4c14fa1af207b9413 (diff) | |
download | gcc-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')
-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 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; |