diff options
author | Richard Stallman <rms@gnu.org> | 1992-11-24 01:37:54 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-11-24 01:37:54 +0000 |
commit | 6fefc9508b330501aa3db29261164dc47ad4650f (patch) | |
tree | e3600e8fe6002415a18d94337af5fc0d9ff0f366 /gcc | |
parent | 1b6001f6bec00bf9b2d45715402cf38a18bdb01c (diff) | |
download | gcc-6fefc9508b330501aa3db29261164dc47ad4650f.zip gcc-6fefc9508b330501aa3db29261164dc47ad4650f.tar.gz gcc-6fefc9508b330501aa3db29261164dc47ad4650f.tar.bz2 |
(switch_table_difference_label_flag): Define it.
From-SVN: r2784
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/m68k/mot3300.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/m68k/mot3300.h b/gcc/config/m68k/mot3300.h index f1b620c..55893ef 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. */ |