add a couple of if/else/endif comments

This commit is contained in:
Ian Lance Taylor
1999-06-22 14:32:12 +00:00
parent fed9b18aea
commit d02d939fdb

View File

@ -219,7 +219,7 @@ obj_aout_frob_file ()
assert (x == true); assert (x == true);
} }
#else #else /* ! BFD_ASSEMBLER */
/* Relocation. */ /* Relocation. */
@ -295,7 +295,7 @@ obj_header_append (where, headers)
#endif /* CROSS_COMPILE */ #endif /* CROSS_COMPILE */
} }
#endif #endif /* ! defined (obj_header_append) */
void void
obj_symbol_to_chars (where, symbolP) obj_symbol_to_chars (where, symbolP)