fixed typo in bytecode code
authorJan Brittenson <bson@gnu.org>
Wed, 22 Sep 1993 18:45:16 +0000 (11:45 -0700)
committerJan Brittenson <bson@gnu.org>
Wed, 22 Sep 1993 18:45:16 +0000 (11:45 -0700)
From-SVN: r5404

gcc/expr.c

index 457d259..b3407bc 100644 (file)
@@ -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));