aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1994-01-31 14:24:34 -0800
committerJim Wilson <wilson@gcc.gnu.org>1994-01-31 14:24:34 -0800
commit186f92ce97d89845a935a9fbc5924dc3f813541f (patch)
tree2947a3068cf4ad8710f427311ac7309ac7a32f49
parentcb1520bc9f130b2a3fd61667af0468b7792d7b66 (diff)
downloadgcc-186f92ce97d89845a935a9fbc5924dc3f813541f.zip
gcc-186f92ce97d89845a935a9fbc5924dc3f813541f.tar.gz
gcc-186f92ce97d89845a935a9fbc5924dc3f813541f.tar.bz2
(local_vars_size): Add extern to declaration.
From-SVN: r6443
-rw-r--r--gcc/expr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/expr.c b/gcc/expr.c
index bdf0b70..831d712 100644
--- a/gcc/expr.c
+++ b/gcc/expr.c
@@ -124,7 +124,7 @@ struct move_by_pieces
as well as depth of arithmetic stack. (Notice that variables are
stored on the machine's stack, not the arithmetic stack.) */
-int local_vars_size;
+extern int local_vars_size;
extern int stack_depth;
extern int max_stack_depth;
extern struct obstack permanent_obstack;