(current_function_is_thunk): Add extern to declaration.

From-SVN: r13999
This commit is contained in:
Jim Wilson 1997-04-30 17:02:48 -07:00
parent 21c40584c0
commit f009b725de
1 changed files with 1 additions and 1 deletions

View File

@ -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;