From: Jim Wilson Date: Thu, 1 May 1997 00:02:48 +0000 (-0700) Subject: (current_function_is_thunk): Add extern to declaration. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f009b725de2c494b4b9772249cfb551b37ddd500;p=gcc.git (current_function_is_thunk): Add extern to declaration. From-SVN: r13999 --- 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;