diff options
author | Jan Brittenson <bson@gnu.org> | 1993-09-22 11:45:16 -0700 |
---|---|---|
committer | Jan Brittenson <bson@gnu.org> | 1993-09-22 11:45:16 -0700 |
commit | 292b12167da3473b5c7a69068b140e85e73b1faf (patch) | |
tree | 18dbcbbe7bf43556ac1a9c660aab3e402d3a935e /gcc | |
parent | 33d7026fec4acb2e4675d207c1da9f8c166196ba (diff) | |
download | gcc-292b12167da3473b5c7a69068b140e85e73b1faf.zip gcc-292b12167da3473b5c7a69068b140e85e73b1faf.tar.gz gcc-292b12167da3473b5c7a69068b140e85e73b1faf.tar.bz2 |
fixed typo in bytecode code
From-SVN: r5404
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)); |