2000-11-27 Kazu Hirata <kazu@hxi.com>
[deliverable/binutils-gdb.git] / gas / config / tc-h8300.h
index b0ea6441cb918b6ddec9a1f1528a24b19993ef13..2a521c60247f3ff83a7da80a1ba44b8c5ec18217 100644 (file)
@@ -30,7 +30,7 @@ struct internal_reloc;
 #define WORKING_DOT_WORD
 
 /* This macro translates between an internal fix and an coff reloc type */
-#define TC_COFF_FIX2RTYPE(fixP) abort();
+#define TC_COFF_FIX2RTYPE(fixP) abort ();
 
 #define BFD_ARCH bfd_arch_h8300
 #define COFF_MAGIC ( Smode ? 0x8302 : Hmode ? 0x8301 : 0x8300)
This page took 0.023585 seconds and 4 git commands to generate.