From 6fefc9508b330501aa3db29261164dc47ad4650f Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Tue, 24 Nov 1992 01:37:54 +0000 Subject: [PATCH] (switch_table_difference_label_flag): Define it. From-SVN: r2784 --- gcc/config/m68k/mot3300.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/config/m68k/mot3300.h b/gcc/config/m68k/mot3300.h index f1b620c2dc0..55893ef6ca2 100644 --- a/gcc/config/m68k/mot3300.h +++ b/gcc/config/m68k/mot3300.h @@ -641,6 +641,9 @@ do { union { float f; long l;} tem; \ switch_table_difference_label_flag = 0; } #endif +/* We have to define this to avoid errors. */ +int switch_table_difference_label_flag; + /* Translate some opcodes to fit the sysV68 assembler syntax. */ /* The opcodes fdmov and fsmov are guesses. */ -- 2.30.2