diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1994-01-31 14:24:34 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1994-01-31 14:24:34 -0800 |
commit | 186f92ce97d89845a935a9fbc5924dc3f813541f (patch) | |
tree | 2947a3068cf4ad8710f427311ac7309ac7a32f49 | |
parent | cb1520bc9f130b2a3fd61667af0468b7792d7b66 (diff) | |
download | gcc-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |