From 1b0211eb002d20c9f67fc1d74c8c84aba82c5959 Mon Sep 17 00:00:00 2001 From: Jan Brittenson Date: Wed, 22 Sep 1993 08:40:12 -0700 Subject: [PATCH] fixed typo From-SVN: r5388 --- gcc/config/m68k/m68k.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/m68k/m68k.c b/gcc/config/m68k/m68k.c index 1508378e8c1..9b40b00eacc 100644 --- a/gcc/config/m68k/m68k.c +++ b/gcc/config/m68k/m68k.c @@ -2301,7 +2301,7 @@ strict_low_part_peephole_ok (mode, first_insn, target) } /* 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 -- 2.30.2