Remove trailing comma from enum.
authorJohn Gilmore <gnu@cygnus>
Thu, 30 Jan 1992 09:19:24 +0000 (09:19 +0000)
committerJohn Gilmore <gnu@cygnus>
Thu, 30 Jan 1992 09:19:24 +0000 (09:19 +0000)
include/bfd.h

index db2b39d9f7ee6df31134d47f9ef95afade73ffbb..bc0961b46c549757280b627f8eff427060ce2e54 100644 (file)
@@ -235,7 +235,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;
     
 \f
@@ -990,7 +990,7 @@ struct _bfd
     struct bfd_target *xvec;
 
      /* To avoid dragging too many header files into every file that
-       includes @file{bfd.h}, IOSTREAM has been declared as a "char
+       includes `<<bfd.h>>', IOSTREAM has been declared as a "char
        *", and MTIME as a "long".  Their correct types, to which they
        are cast when used, are "FILE *" and "time_t".    The iostream
        is the result of an fopen on the filename. */