* bfd.h, ieee.h, opcode/m68k.h, opcode/sparc.h: ANSIfy enums.

This commit is contained in:
Stu Grossman
1991-12-19 01:22:03 +00:00
parent 9c96a6bcb0
commit f59db85529
2 changed files with 71 additions and 24 deletions

View File

@ -222,7 +222,7 @@ typedef enum bfd_print_symbol
bfd_print_symbol_name,
bfd_print_symbol_more,
bfd_print_symbol_all,
bfd_print_symbol_nm, /* Pretty format suitable for nm program. */
bfd_print_symbol_nm /* Pretty format suitable for nm program. */
} bfd_print_symbol_type;