From f009b725de2c494b4b9772249cfb551b37ddd500 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Wed, 30 Apr 1997 17:02:48 -0700 Subject: [PATCH] (current_function_is_thunk): Add extern to declaration. From-SVN: r13999 --- gcc/flags.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2