From 292b12167da3473b5c7a69068b140e85e73b1faf Mon Sep 17 00:00:00 2001 From: Jan Brittenson Date: Wed, 22 Sep 1993 11:45:16 -0700 Subject: [PATCH] fixed typo in bytecode code From-SVN: r5404 --- gcc/expr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/expr.c b/gcc/expr.c index 457d259..b3407bc 100644 --- a/gcc/expr.c +++ b/gcc/expr.c @@ -127,7 +127,7 @@ struct move_by_pieces int local_vars_size; extern int stack_depth; extern int max_stack_depth; -struct obstack permanent_obstack; +extern struct obstack permanent_obstack; static rtx enqueue_insn PROTO((rtx, rtx)); -- 2.7.4