]> gcc.gnu.org Git - gcc.git/commitdiff
fixed typo
authorJan Brittenson <bson@gnu.org>
Wed, 22 Sep 1993 15:40:12 +0000 (08:40 -0700)
committerJan Brittenson <bson@gnu.org>
Wed, 22 Sep 1993 15:40:12 +0000 (08:40 -0700)
From-SVN: r5388

gcc/config/m68k/m68k.c

index 1508378e8c1ba406694d9375ae40448e9cc64a9d..9b40b00eacc05e564f273f65bd5afd5d79a96e15 100644 (file)
@@ -2301,7 +2301,7 @@ strict_low_part_peephole_ok (mode, first_insn, target)
 }
 \f
 /* Trampoline code for the function entry.  */
-struct bc_seg *trampoline;
+extern struct bc_seg *trampoline;
 
 /* Emit the machine-code interface trampoline at the beginning of a byte
    coded function.  The argument is a label name of the interpreter
This page took 0.064588 seconds and 5 git commands to generate.